1
1

(make_symlink): add missing space in error message.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
Andrew Borodin 2017-02-26 08:04:15 +03:00
родитель d6740ec01c
Коммит f34363f93b

Просмотреть файл

@ -422,7 +422,7 @@ make_symlink (file_op_context_t * ctx, const char *src_path, const char *dst_pat
if (ctx->stable_symlinks && !(vfs_file_is_local (src_vpath) && vfs_file_is_local (dst_vpath)))
{
message (D_ERROR, MSG_ERROR,
_("Cannot make stable symlinks across"
_("Cannot make stable symlinks across "
"non-local filesystems:\n\nOption Stable Symlinks will be disabled"));
ctx->stable_symlinks = FALSE;
}