Browse Source

r12627@catbus: nickm | 2007-05-01 16:42:21 -0400
Oops; downgrade a message to INFO.


svn:r10090

Nick Mathewson 17 years ago
parent
commit
47d21abf15
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/or/directory.c

+ 2 - 3
src/or/directory.c

@@ -126,9 +126,8 @@ directory_post_to_dirservers(uint8_t purpose, const char *payload,
                                          "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);