Commit 2f7512b0 authored by Andrew Tridgell's avatar Andrew Tridgell

error formatting changes

parent 943882a2
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment