mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Downgrade the mismatched fpr warning to info
svn:r12257
This commit is contained in:
parent
66a39ac358
commit
471163ffd5
@ -366,7 +366,7 @@ dirserv_get_status_impl(const char *id_digest, const char *nickname,
|
||||
if (result & FP_UNNAMED) {
|
||||
if (should_log) {
|
||||
char *esc_contact = esc_for_log(contact);
|
||||
log_warn(LD_DIRSERV,
|
||||
log_info(LD_DIRSERV,
|
||||
"Mismatched fingerprint for '%s'. "
|
||||
"ContactInfo '%s', platform '%s'.)",
|
||||
nickname,
|
||||
|
Loading…
Reference in New Issue
Block a user