diff options
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index af9475b5f..6cc0634fc 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -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, |