aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-17 12:11:00 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-17 12:11:00 +0000
commitb701583ffaeeb96ea4fc7e4274dde43771783a64 (patch)
treeef439dff8ff066439882330a1f4e9327b6fc739e /src/or/routerlist.c
parent1acdfeb288ecf328f5d476404e4cd3c837a6647d (diff)
downloadtor-b701583ffaeeb96ea4fc7e4274dde43771783a64.tar
tor-b701583ffaeeb96ea4fc7e4274dde43771783a64.tar.gz
note a log message that might want to get quieter
svn:r12526
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index dce42b573..7a328e28b 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -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);