mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Non-debugging messages are nice to log too
svn:r444
This commit is contained in:
parent
529d3bc56f
commit
5082ee8ae0
@ -29,7 +29,7 @@ logv(int severity, const char *funcname, const char *format, va_list ap)
|
||||
struct timeval now;
|
||||
|
||||
assert(format);
|
||||
if (severity > loglevel)
|
||||
if (severity < loglevel)
|
||||
return;
|
||||
my_gettimeofday(&now);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user