From 22ba5499c333ff45c47cfde902647dccc0fc4609 Mon Sep 17 00:00:00 2001 From: fawce Date: Mon, 30 Jul 2012 23:11:44 -0400 Subject: [PATCH] added log line to track use of devel --- zipline/core/component.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zipline/core/component.py b/zipline/core/component.py index 0e1d04f8..fc859307 100644 --- a/zipline/core/component.py +++ b/zipline/core/component.py @@ -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: