[or-cvs] r10090: Oops; downgrade a message to INFO. (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Tue May 1 20:42:26 UTC 2007


Author: nickm
Date: 2007-05-01 16:42:23 -0400 (Tue, 01 May 2007)
New Revision: 10090

Modified:
   tor/trunk/
   tor/trunk/src/or/directory.c
Log:
 r12627 at catbus:  nickm | 2007-05-01 16:42:21 -0400
 Oops; downgrade a message to INFO.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r12627] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c	2007-05-01 20:41:27 UTC (rev 10089)
+++ tor/trunk/src/or/directory.c	2007-05-01 20:42:23 UTC (rev 10090)
@@ -126,9 +126,8 @@
                                          "Tor 0.2.0.0-alpha-dev (r10070)"));
       if (extrainfo_len && new_enough) {
         upload_len += extrainfo_len;
-        /* XXXX020 Disable this once it's tested. */
-        log_notice(LD_DIR, "I am going to try to upload an extrainfo. How "
-                   "exciting! (length %d)", (int) extrainfo_len);
+        log_info(LD_DIR, "Uploading an extrainfo (length %d)",
+                 (int) extrainfo_len);
       }
       post_via_tor = purpose_is_private(purpose) ||
               !fascist_firewall_allows_address_dir(ds->addr, ds->dir_port);



More information about the tor-commits mailing list