diff options
-rw-r--r-- | src/common/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c index 2b0c2cc65a..13a012f678 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -337,7 +337,7 @@ void add_stream_log(int loglevelMin, int loglevelMax, const char *name, FILE *st */ void add_temp_log(void) { - add_stream_log(LOG_INFO, LOG_ERR, "<temp>", stdout); + add_stream_log(LOG_NOTICE, LOG_ERR, "<temp>", stdout); logfiles->is_temporary = 1; } |