From: Roger Dingledine Date: Sat, 17 Nov 2007 12:11:00 +0000 (+0000) Subject: note a log message that might want to get quieter X-Git-Tag: tor-0.2.0.13-alpha~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b701583ffaeeb96ea4fc7e4274dde43771783a64;p=thirdparty%2Ftor.git note a log message that might want to get quieter svn:r12526 --- diff --git a/src/or/routerlist.c b/src/or/routerlist.c index dce42b5731..7a328e28b1 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);