Commit b23c2906 authored by David Dykstra's avatar David Dykstra

Eliminate extraneous "done" messages in verbose mode. Problem reported by

Lee Eakin.
parent c7b562be
......@@ -988,8 +988,9 @@ struct file_list *send_file_list(int f, int argc, char *argv[])
send_file_entry(NULL, f, 0);
}
if (show_filelist_p())
if (show_filelist_p() && f != -1) {
finish_filelist_progress(flist);
}
clean_flist(flist, 0);
......
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