]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
note a log message that might want to get quieter
authorRoger Dingledine <arma@torproject.org>
Sat, 17 Nov 2007 12:11:00 +0000 (12:11 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 17 Nov 2007 12:11:00 +0000 (12:11 +0000)
svn:r12526

src/or/routerlist.c

index dce42b57317f5ff82ecba82a511ea43d2fec75b8..7a328e28b18ec3511b1437d3b44015ce9811dcb2 100644 (file)
@@ -586,6 +586,8 @@ router_rebuild_store(int force, desc_store_t *store)
                    "okay if we're just starting up after a long time. "
                    "Otherwise, it's a bug.",
                    fname);
+        /* XXX020 should we reduce the severity of the above log
+         * message? I don't think we see it much in practice. -RD */
       }
     } else {
       log_warn(LD_FS, "Unable to mmap new descriptor file at '%s'.",fname);