From 2f7512b0066958c8b3d092cdfa19845756a48109 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 26 May 1998 14:16:20 +0000 Subject: [PATCH] error formatting changes --- flist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1