BF: fixed casing in __sigUSR1handler

pull/985/head
Yaroslav Halchenko 2015-02-26 20:59:52 -05:00
parent e52790073d
commit 954075449d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class Server:
logSys.debug("Caught signal %d. Exiting" % signum)
self.quit()
def __sigUSR1Handler(self, signum, fname):
def __sigUSR1handler(self, signum, fname):
logSys.debug("Caught signal %d. Flushing logs" % signum)
self.flushLogs()