Better error messages
authorMartin Pool <mbp@samba.org>
Thu, 9 Nov 2000 09:02:16 +0000 (09:02 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 9 Nov 2000 09:02:16 +0000 (09:02 +0000)
generator.c

index 1d1784f..39ed26b 100644 (file)
@@ -226,7 +226,7 @@ void recv_generator(char *fname,struct file_list *flist,int i,int f_out)
                        if (!(relative_paths && errno==ENOENT && 
                              create_directory_path(fname)==0 && 
                              do_mkdir(fname,file->mode)==0)) {
-                               rprintf(FERROR,"mkdir %s : %s (2)\n",
+                               rprintf(FERROR,"recv_generator: mkdir %s: %s (2)\n",
                                        fname,strerror(errno));
                        }
                }