]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Changed a couple log_recv() calls back to log_send().
authorWayne Davison <wayned@samba.org>
Sat, 19 Feb 2005 22:57:08 +0000 (22:57 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 19 Feb 2005 22:57:08 +0000 (22:57 +0000)
sender.c

index 368b778906ffc2226d34034378ec384e57921e4f..e568368e05a79614dc73d5d359f3c67b4067b65b 100644 (file)
--- a/sender.c
+++ b/sender.c
@@ -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