diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-09 10:32:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-09 10:32:02 +0000 |
commit | 3235c72f6cc85e20ced08657bbb49fafe4846273 (patch) | |
tree | a34937591666d49eca15ea0e9f166b27fe9fd93a /src | |
parent | 11d26f10ba291af693091ee216b1a15274e71517 (diff) | |
download | tor-3235c72f6cc85e20ced08657bbb49fafe4846273.tar.gz tor-3235c72f6cc85e20ced08657bbb49fafe4846273.zip |
control event logs include loglevel notice
svn:r2746
Diffstat (limited to 'src')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 66aa4918ed..87d0651a56 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -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) { |