aboutsummaryrefslogtreecommitdiff
path: root/behaviors/DebugBehavior.py
diff options
context:
space:
mode:
authorGravatar Dan <dan@rcoh-ubuntu-small.(none)>2011-01-25 00:33:46 -0500
committerGravatar Dan <dan@rcoh-ubuntu-small.(none)>2011-01-25 00:33:46 -0500
commiteaaef5460a95d2de1dddc847f6c3bbcb2aef8047 (patch)
tree004f6e326959cb5d6bfcf0793686dab74260a3db /behaviors/DebugBehavior.py
parent2019fb2895237aa9d86450daaf6d90831189fc13 (diff)
Adding an OSC input.
Diffstat (limited to 'behaviors/DebugBehavior.py')
-rw-r--r--behaviors/DebugBehavior.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/behaviors/DebugBehavior.py b/behaviors/DebugBehavior.py
index 34f4106..17383db 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: ' + str(sensorInputs))
+ main_log.error('Sensor Inputs: ' + str(sensorInputs))
return ([], [])