[tor-commits] [obfsproxy/master] log heartbeat messages at notice

nickm at torproject.org nickm at torproject.org
Mon Feb 13 16:01:04 UTC 2012


commit 433c89c37119686ed40774e34d5bd8ac524935fe
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Feb 13 11:04:35 2012 -0500

    log heartbeat messages at notice
---
 src/status.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/status.c b/src/status.c
index 40cd968..60be008 100644
--- a/src/status.c
+++ b/src/status.c
@@ -106,7 +106,7 @@ status_log_heartbeat(void)
   int hours = (int)((secs - (days * 86400)) / 3600);
   int last_reset_hours = (int) (now - last_reset_counters) / 3600;
   int minutes = (int)((secs - (days * 86400) - (hours * 3600)) / 60);
-  log_info("Heartbeat: obfsproxy's uptime is %ld days, %d hours, and "
+  log_notice("Heartbeat: obfsproxy's uptime is %ld days, %d hours, and "
            "%d minutes. During the last %d hours we saw %d connections "
            "from %d unique addresses.",
            days, hours, minutes, last_reset_hours,



More information about the tor-commits mailing list