mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
(check_hardlinks): make error message more verbose.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
7e5ee0e512
commit
7c9e3817ce
@ -374,7 +374,9 @@ check_hardlinks (const vfs_path_t * src_vpath, const struct stat *src_stat,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
message (D_ERROR, MSG_ERROR, _("Cannot make the hardlink"));
|
||||
message (D_ERROR, MSG_ERROR,
|
||||
_("Cannot make the hardlink\n%s\nto\n%s"), vfs_path_as_str (dst_vpath),
|
||||
vfs_path_as_str (lnk->dst_vpath));
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user