added log line to track use of devel

This commit is contained in:
fawce
2012-07-30 23:11:44 -04:00
parent 5c62cce627
commit 22ba5499c3
+1
View File
@@ -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: