Commit 9118a09c authored by Wayne Davison's avatar Wayne Davison

Changed a couple log_recv() calls back to log_send().

parent 8324bd5c
......@@ -166,11 +166,11 @@ void send_files(struct file_list *flist, int f_out, int f_in)
write_shortint(f_out, iflags);
if (am_server) {
if (am_daemon && !dry_run && see_item)
log_recv(file, &stats, iflags);
log_send(file, &stats, iflags);
} else if (see_item || iflags & ITEM_UPDATING
|| (S_ISDIR(file->mode)
&& iflags & ITEM_REPORT_TIME))
log_recv(file, &stats, iflags);
log_send(file, &stats, iflags);
continue;
}
} else
......
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