summaryrefslogtreecommitdiff
path: root/receiver.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-02-17 23:44:52 -0800
committerWayne Davison <wayned@samba.org>2008-02-17 23:44:52 -0800
commit1c65a93d03ebbb878107e74035d31a602b1cd582 (patch)
tree6aa5c42ab186e5ad2f8f0df581c3c886410c9ab4 /receiver.c
parentcae7885e2f5991640bd6a7b117147b2bc0e30bec (diff)
downloadrsync-1c65a93d03ebbb878107e74035d31a602b1cd582.tar.gz
The daemon no longer logs a recv entry for a file that is not
actually being updated due to the --only-write-batch option.
Diffstat (limited to 'receiver.c')
-rw-r--r--receiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/receiver.c b/receiver.c
index 225bab68..5bbecf05 100644
--- a/receiver.c
+++ b/receiver.c
@@ -502,7 +502,7 @@ int recv_files(int f_in, char *local_name)
continue;
}
if (write_batch < 0) {
- log_item(FINFO, file, &stats, iflags, NULL);
+ log_item(FCLIENT, file, &stats, iflags, NULL);
if (!am_server)
discard_receive_data(f_in, F_LENGTH(file));
continue;