From d409c0b97bc1bb8eee92f78b7270b8611a179e13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Baumbach?= Date: Sun, 24 Jul 2011 09:09:59 +0200 Subject: [PATCH] s3-utils/net_rpc_printer.c: fix error message Signed-off-by: Stefan Metzmacher Autobuild-User: Stefan Metzmacher Autobuild-Date: Sun Jul 24 19:01:47 CEST 2011 on sn-devel-104 --- source3/utils/net_rpc_printer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/utils/net_rpc_printer.c b/source3/utils/net_rpc_printer.c index 56bdce1d787..eec5a6cacc4 100644 --- a/source3/utils/net_rpc_printer.c +++ b/source3/utils/net_rpc_printer.c @@ -387,7 +387,7 @@ NTSTATUS net_copy_file(struct net_context *c, read_size, &n); if (!NT_STATUS_IS_OK(nt_status)) { d_fprintf(stderr, - _("Error reading file [\\\\%s\%s%s]: %s\n"), + _("Error reading file [\\\\%s\\%s%s]: %s\n"), cli_state_remote_name(cli_share_src), cli_share_src->share, src_name, nt_errstr(nt_status)); @@ -402,7 +402,7 @@ NTSTATUS net_copy_file(struct net_context *c, if (!NT_STATUS_IS_OK(nt_status)) { d_fprintf(stderr, - _("Error writing file: [\\\\%s\%s%s]: %s\n"), + _("Error writing file: [\\\\%s\\%s%s]: %s\n"), cli_state_remote_name(cli_share_dst), cli_share_dst->share, dst_name, nt_errstr(nt_status)); -- 2.11.4.GIT