X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/117af10225d7efd286ffd77ff550644985ce0918..1347d5126a4d89718544d976f64943dfa93dd8c4:/log.c diff --git a/log.c b/log.c index 3643df7e..62394090 100644 --- a/log.c +++ b/log.c @@ -87,8 +87,11 @@ void log_open(void) int len; FILE *f=NULL; extern int am_daemon; + extern int quiet; /* recursion can happen with certain fatal conditions */ + if (quiet != 0 && fd == FINFO) return; + va_start(ap, format); len = vslprintf(buf, sizeof(buf), format, ap); va_end(ap);