diff options
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index 958e5dc804..905c6622be 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -572,7 +572,7 @@ void control_event_logmsg(int severity, const char *msg) { size_t len; - if (severity > LOG_WARN) /* Less important than warning? ignore for now. */ + if (severity > LOG_NOTICE) /* Less important than notice? ignore for now. */ return; if (!EVENT_IS_INTERESTING(EVENT_WARNING)) return; |