control event logs include loglevel notice

svn:r2746
This commit is contained in:
Roger Dingledine
2004-11-09 10:32:02 +00:00
parent 11d26f10ba
commit 3235c72f6c
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ options_act(void) {
/* Close the temporary log we used while starting up, if it isn't already
* gone. */
close_temp_logs();
add_callback_log(LOG_WARN, LOG_ERR, control_event_logmsg);
add_callback_log(LOG_NOTICE, LOG_ERR, control_event_logmsg);
/* Start backgrounding the process, if requested. */
if (options->RunAsDaemon) {