aboutsummaryrefslogtreecommitdiff
path: root/src/or/hibernate.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-03 14:09:45 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-03 14:09:55 -0400
commit17ebddbbdca2cd3731171f275262761826e7d09c (patch)
tree0b9cae18d36c22b494ba26eb91acb7cc8e44452c /src/or/hibernate.c
parent20817403173dcd2f8128c9c8b14491117cdc40b6 (diff)
downloadtor-17ebddbbdca2cd3731171f275262761826e7d09c.tar
tor-17ebddbbdca2cd3731171f275262761826e7d09c.tar.gz
Remove an obsolete comment from hibernate.c
Diffstat (limited to 'src/or/hibernate.c')
-rw-r--r--src/or/hibernate.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c
index d50d05ed5..30f1ad224 100644
--- a/src/or/hibernate.c
+++ b/src/or/hibernate.c
@@ -591,10 +591,6 @@ read_bandwidth_usage(void)
if (!state)
return -1;
- /* Okay; it looks like the state file is more up-to-date than the
- * bw_accounting file, or the bw_accounting file is nonexistent,
- * or the bw_accounting file is corrupt.
- */
log_info(LD_ACCT, "Reading bandwidth accounting data from state file");
n_bytes_read_in_interval = state->AccountingBytesReadInInterval;
n_bytes_written_in_interval = state->AccountingBytesWrittenInInterval;