Fix word ordering.

main
Vincent Driessen 13 years ago
parent 5cbc59205a
commit 5f4bb8dfc5

@ -242,7 +242,7 @@ class Worker(object):
"""Stops the current worker loop but waits for child processes to """Stops the current worker loop but waits for child processes to
end gracefully (warm shutdown). end gracefully (warm shutdown).
""" """
self.log.debug('Got %s signal.' % signal_name(signum)) self.log.debug('Got signal %s.' % signal_name(signum))
signal.signal(signal.SIGINT, request_force_stop) signal.signal(signal.SIGINT, request_force_stop)
signal.signal(signal.SIGTERM, request_force_stop) signal.signal(signal.SIGTERM, request_force_stop)

Loading…
Cancel
Save