tor/changes/bug4942
Sebastian Hahn 332e96d109 Fix fencepost error with HearbeatPeriod option
We'd only log every HeartbeatPeriod + 1 seconds. Discovered by Scott
Bennett, reported as bug 4942.
2012-02-08 04:44:15 -05:00

6 lines
217 B
Plaintext

o Minor bugfixes:
- Actually log the heartbeat message every HeartbeatPeriod seconds, not
every HeartbeatPeriod + 1 seconds. Fixes bug 4942; bugfix on
0.2.3.1-alpha.. Bug reported by Scott Bennett.