mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 06:08:26 +08:00
added log line to track use of devel
This commit is contained in:
@@ -250,6 +250,7 @@ class Component(object):
|
||||
# If we're in devel mode drop out because the controller
|
||||
# isn't guaranteed to be around anymore
|
||||
if self.devel:
|
||||
log.warn("Skipping heartbeat because of devel flag")
|
||||
return
|
||||
|
||||
if self.socks.get(self.control_in) == zmq.POLLIN:
|
||||
|
||||
Reference in New Issue
Block a user