diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-05 12:26:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-05 12:26:02 +0000 |
commit | 469135e7e2b94136fb209eb50832c94cb1e8dfa5 (patch) | |
tree | 677fa912b6469c54907689ac9223927c100c19bf | |
parent | 50a314c93190aa200ac3c788e48c08e098233c17 (diff) | |
download | tor-469135e7e2b94136fb209eb50832c94cb1e8dfa5.tar.gz tor-469135e7e2b94136fb209eb50832c94cb1e8dfa5.zip |
talk about quotas rather than bandwidths, in the logs
svn:r3080
-rw-r--r-- | src/or/hibernate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c index e957e4936d..18f6cc32c6 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -451,7 +451,7 @@ accounting_set_wakeup_time(void) 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 @@ accounting_set_wakeup_time(void) 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, |