[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12526: note a log message that might want to get quieter (tor/trunk/src/or)
Author: arma
Date: 2007-11-17 07:11:00 -0500 (Sat, 17 Nov 2007)
New Revision: 12526
Modified:
tor/trunk/src/or/routerlist.c
Log:
note a log message that might want to get quieter
Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c 2007-11-17 09:06:22 UTC (rev 12525)
+++ tor/trunk/src/or/routerlist.c 2007-11-17 12:11:00 UTC (rev 12526)
@@ -586,6 +586,8 @@
"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);