[or-cvs] r12257: Downgrade the mismatched fpr warning to info (tor/trunk/src/or)

weasel at seul.org weasel at seul.org
Sun Oct 28 20:01:22 UTC 2007


Author: weasel
Date: 2007-10-28 16:01:22 -0400 (Sun, 28 Oct 2007)
New Revision: 12257

Modified:
   tor/trunk/src/or/dirserv.c
Log:
Downgrade the mismatched fpr warning to info

Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c	2007-10-28 19:48:19 UTC (rev 12256)
+++ tor/trunk/src/or/dirserv.c	2007-10-28 20:01:22 UTC (rev 12257)
@@ -366,7 +366,7 @@
   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,



More information about the tor-commits mailing list