X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c2be690cc662aaf2782fe79cdb3872c447037fb7..0938e8eee59ac038afc47771c7dd50399fc3b311:/log.c diff --git a/log.c b/log.c index 0b2b8e95..a1df72d0 100644 --- a/log.c +++ b/log.c @@ -646,7 +646,7 @@ void maybe_log_item(struct file_struct *file, int iflags, int itemizing, { int significant_flags = iflags & SIGNIFICANT_ITEM_FLAGS; int see_item = itemizing && (significant_flags || *buf - || (verbose > 1 && log_format_has_i)); + || log_format_has_i > 1 || (verbose > 1 && log_format_has_i)); int local_change = iflags & ITEM_LOCAL_CHANGE && significant_flags; if (am_server) { if (am_daemon && !dry_run && see_item)