error formatting changes
authorAndrew Tridgell <tridge@samba.org>
Tue, 26 May 1998 14:16:20 +0000 (14:16 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 26 May 1998 14:16:20 +0000 (14:16 +0000)
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;
        }