commit f14f601e77b4683c5cf51b72b9f60a6ecd234718
Author: Karsten Loesing <[email protected]>
Date:   Wed Mar 7 12:57:24 2012 +0100

    Tone down a quite frequent log message.
---
 .../ernie/db/SanitizedBridgesWriter.java           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/org/torproject/ernie/db/SanitizedBridgesWriter.java 
b/src/org/torproject/ernie/db/SanitizedBridgesWriter.java
index c15c6d1..0180052 100644
--- a/src/org/torproject/ernie/db/SanitizedBridgesWriter.java
+++ b/src/org/torproject/ernie/db/SanitizedBridgesWriter.java
@@ -1130,7 +1130,7 @@ public class SanitizedBridgesWriter {
 
     /* Check if we need to overwrite the status file on disk. */
     if (new String(data).equals(scrubbed)) {
-      this.logger.fine("The bridge network status published " + published
+      this.logger.finer("The bridge network status published " + published
           + " has not changed, so we're not attempting to rewrite it.");
       return;
     }

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to