mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
make entry guard logs even quieter
svn:r6116
This commit is contained in:
parent
245fb8e8ba
commit
86a72f73b9
@ -1929,14 +1929,14 @@ entry_guards_set_status_from_directory(void)
|
||||
changed = 1;
|
||||
log_info(LD_CIRC,"Entry guard '%s' is not listed by directories.",
|
||||
entry->nickname);
|
||||
severity = LOG_WARN;
|
||||
severity = LOG_INFO;
|
||||
}
|
||||
} else {
|
||||
if (entry->unlisted_since) {
|
||||
log_info(LD_CIRC,"Entry guard '%s' is listed again by directories.",
|
||||
entry->nickname);
|
||||
changed = 1;
|
||||
severity = LOG_WARN;
|
||||
severity = LOG_INFO;
|
||||
}
|
||||
entry->unlisted_since = 0;
|
||||
if (! r->is_running) {
|
||||
@ -1945,7 +1945,7 @@ entry_guards_set_status_from_directory(void)
|
||||
log_info(LD_CIRC, "Entry guard '%s' is now down.",
|
||||
entry->nickname);
|
||||
changed = 1;
|
||||
severity = LOG_WARN;
|
||||
severity = LOG_INFO;
|
||||
}
|
||||
} else {
|
||||
if (entry->down_since) {
|
||||
|
Loading…
Reference in New Issue
Block a user