[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10360: by "that's not ok", we actually meant "that's ok" (tor/branches/tor-0_1_2-patches/src/or)
Author: arma
Date: 2007-05-27 00:56:14 -0400 (Sun, 27 May 2007)
New Revision: 10360
Modified:
tor/branches/tor-0_1_2-patches/src/or/routerparse.c
Log:
by "that's not ok", we actually meant "that's ok"
Modified: tor/branches/tor-0_1_2-patches/src/or/routerparse.c
===================================================================
--- tor/branches/tor-0_1_2-patches/src/or/routerparse.c 2007-05-27 04:38:50 UTC (rev 10359)
+++ tor/branches/tor-0_1_2-patches/src/or/routerparse.c 2007-05-27 04:56:14 UTC (rev 10360)
@@ -953,7 +953,7 @@
goto err;
}
if (tok != find_last_by_keyword(tokens, K_ROUTER_SIGNATURE)) {
- log_warn(LD_DIR, "Multiple signatures on one router. That's not ok.");
+ log_warn(LD_DIR, "Multiple signatures on one router. Ignoring.");
goto err;
}
if (!tok->object_type ||