error formatting changes
[rsync/rsync.git] / flist.c
diff --git a/flist.c b/flist.c
index 01bcb29..9ebed25 100644 (file)
--- 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;
        }