commit 5ca794e25271a09054adb0c63b86d1398c52089c Author: Damian Johnson atagar@torproject.org Date: Mon Aug 8 07:46:15 2011 -0700
Deduplicating common startup message
Deduplication entry for the "Loading relay descriptors" notice messages. --- src/settings.cfg | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/settings.cfg b/src/settings.cfg index 9154ed5..0e8f9dd 100644 --- a/src/settings.cfg +++ b/src/settings.cfg @@ -279,6 +279,7 @@ config.summary.TestingEstimatedDescriptorPropagationTime Delay before clients at # [NOTICE] I learned some more directory information, but not enough to build a # circuit: We have only 469/2027 usable descriptors. # [NOTICE] Attempt by %s to open a stream from unknown relay. Closing. +# [NOTICE] Bootstrapped 72%: Loading relay descriptors. # [WARN] You specified a server "Amunet8" by name, but this name is not # registered # [WARN] I have no descriptor for the router named "Amunet8" in my declared @@ -314,6 +315,7 @@ msg.INFO rep_hist_downrate_old_runs(): Discounting all old stability info by a f msg.NOTICE We stalled too much while trying to write msg.NOTICE I learned some more directory information, but not enough to build a circuit msg.NOTICE Attempt by +msg.NOTICE *Loading relay descriptors. msg.WARN You specified a server msg.WARN I have no descriptor for the router named msg.WARN Controller gave us config lines that didn't validate
tor-commits@lists.torproject.org