X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/24cecf1365b91c89370679e7b4cd472ff31dec6d..57b12568e640b4e47039a30a6aa66e5d3a8efe12:/log.c diff --git a/log.c b/log.c index 2a321290..412cae26 100644 --- a/log.c +++ b/log.c @@ -533,7 +533,7 @@ void maybe_log_item(struct file_struct *file, int iflags, int itemizing, if (am_daemon && !dry_run && see_item) log_item(file, &stats, iflags, buf); } else if (see_item || iflags & ITEM_LOCAL_CHANGE || *buf - || (S_ISDIR(file->mode) && iflags & ITEM_REPORT_TIME)) + || (S_ISDIR(file->mode) && iflags & SIGNIFICANT_ITEM_FLAGS)) log_item(file, &stats, iflags, buf); }