[or-cvs] talk about quotas rather than bandwidths, in the logs

Roger Dingledine arma at seul.org
Sun Dec 5 12:26:04 UTC 2004


Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or

Modified Files:
	hibernate.c 
Log Message:
talk about quotas rather than bandwidths, in the logs


Index: hibernate.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/hibernate.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- hibernate.c	1 Dec 2004 03:48:13 -0000	1.35
+++ hibernate.c	5 Dec 2004 12:26:02 -0000	1.36
@@ -451,7 +451,7 @@
 
     log_fn(LOG_NOTICE, "Configured hibernation.  This interval begins at %s "
         "and ends at %s.  We have no prior estimate for bandwidth, so "
-        "we will start out awake and hibernate when we exhaust our bandwidth.",
+        "we will start out awake and hibernate when we exhaust our quota.",
         buf1, buf2);
     return;
   }
@@ -493,7 +493,7 @@
 
     log_fn(LOG_NOTICE, "Configured hibernation.  This interval began at %s; "
            "the scheduled wake-up time %s %s; "
-           "we expect%s to exhaust our bandwidth for this interval around %s; "
+           "we expect%s to exhaust our quota for this interval around %s; "
            "the next interval begins at %s (all times local)",
            buf1,
            time(NULL)<interval_wakeup_time?"is":"was", buf2,



More information about the tor-commits mailing list