quiet another entry guard log message

svn:r6169
This commit is contained in:
Roger Dingledine 2006-03-15 22:48:48 +00:00
parent 4cd4353847
commit 8d1f65a222

View File

@ -1912,7 +1912,7 @@ entry_guards_set_status_from_directory(void)
routerlist_t *routers;
time_t now;
int changed = 0;
int severity = LOG_NOTICE;
int severity = LOG_INFO;
if (! entry_guards)
return;