From 1679719e7ca8ce433c5714474a32c926161dc5b8 Mon Sep 17 00:00:00 2001 From: rcoh Date: Tue, 4 Jan 2011 17:23:30 -0500 Subject: Some performance improvements -- we also synchronize all the frames, giving us a meaning that even if things slow down, rendering doesn't look weird. --- behaviors/DebugBehavior.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'behaviors/DebugBehavior.py') diff --git a/behaviors/DebugBehavior.py b/behaviors/DebugBehavior.py index 2f8db80..8e9bbdb 100644 --- a/behaviors/DebugBehavior.py +++ b/behaviors/DebugBehavior.py @@ -4,5 +4,5 @@ import pdb class DebugBehavior(Behavior): def processResponse(self, sensorInputs, recursiveInputs): if sensorInputs != []: - main_log.debug('Sensor Inputs: ', sensorInputs) + main_log.debug('Sensor Inputs: ', str(sensorInputs)) return [] -- cgit v1.2.3