X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b435d7174cb971e85e4199999c748d51ba5d0a18..a9e4762634885ace5dfb50bc1bc69094b82c766b:/generator.c diff --git a/generator.c b/generator.c index 32f0dde3..8e731e28 100644 --- a/generator.c +++ b/generator.c @@ -360,7 +360,7 @@ void itemize(struct file_struct *file, int ndx, int statret, STRUCT_STAT *st, iflags &= 0xffff; if ((iflags & SIGNIFICANT_ITEM_FLAGS || verbose > 1 - || (xname && *xname)) && !read_batch) { + || log_format_has_i > 1 || (xname && *xname)) && !read_batch) { if (protocol_version >= 29) { if (ndx >= 0) write_int(sock_f_out, ndx);