X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/964244b90d8d7ae7fe4d99b4e399c1607c4966e3..cbbd8e2e8bf72aa46c84c7de43e19da40f040fa7:/receiver.c diff --git a/receiver.c b/receiver.c index 225bab68..cf127518 100644 --- a/receiver.c +++ b/receiver.c @@ -3,7 +3,7 @@ * * Copyright (C) 1996-2000 Andrew Tridgell * Copyright (C) 1996 Paul Mackerras - * Copyright (C) 2003-2007 Wayne Davison + * Copyright (C) 2003-2008 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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;