quiet debug logs from periodic_event_dispatch()

Stop blasting twelve lines per second from periodic_event_dispatch()
at loglevel debug.

Resolves ticket 18729; fix on 0.2.8.1-alpha.
This commit is contained in:
Roger Dingledine
2016-04-05 19:38:28 -04:00
committed by Nick Mathewson
parent 967491f156
commit d037369e56
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor logging changes:
- Stop blasting twelve lines per second from periodic_event_dispatch()
at loglevel debug. Resolves ticket 18729; fix on 0.2.8.1-alpha.