From: Andrew Tridgell Date: Tue, 26 May 1998 14:16:20 +0000 (+0000) Subject: error formatting changes X-Git-Tag: v2.0.12~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f7512b0066958c8b3d092cdfa19845756a48109;p=thirdparty%2Frsync.git error formatting changes --- diff --git a/flist.c b/flist.c index 01bcb29c..9ebed255 100644 --- a/flist.c +++ b/flist.c @@ -513,7 +513,7 @@ static void send_directory(int f,struct file_list *flist,char *dir) d = opendir(dir); if (!d) { io_error = 1; - rprintf(FERROR,"%s: %s\n", + rprintf(FERROR,"opendir(%s): %s\n", dir,strerror(errno)); return; }