s3-utils/net_rpc_printer.c: fix error message
authorBjörn Baumbach <bb@sernet.de>
Sun, 24 Jul 2011 07:09:59 +0000 (09:09 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 24 Jul 2011 17:01:47 +0000 (19:01 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Jul 24 19:01:47 CEST 2011 on sn-devel-104

source3/utils/net_rpc_printer.c

index 56bdce1d7871b0796eeb6be97e224c39851c1313..eec5a6cacc425426bba9a00347ab7f15cea4ddee 100644 (file)
@@ -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));