From 1c65a93d03ebbb878107e74035d31a602b1cd582 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 17 Feb 2008 23:44:52 -0800 Subject: [PATCH] The daemon no longer logs a recv entry for a file that is not actually being updated due to the --only-write-batch option. --- receiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1