Update _log_global_min_severity after switch_logs_debug(), so that USR2 will work again. Bugfix on 0.1.2.8-beta. Spotted by Geoff Down.

svn:r17317
This commit is contained in:
Nick Mathewson
2008-11-17 19:58:51 +00:00
parent 0fa698d84f
commit bdc0aec00a
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -890,6 +890,7 @@ switch_logs_debug(void)
for (i = LOG_DEBUG; i >= LOG_ERR; --i)
lf->severities->masks[SEVERITY_MASK_IDX(i)] = ~0u;
}
_log_global_min_severity = get_min_log_level();
UNLOCK_LOGS();
}