aboutsummaryrefslogtreecommitdiff
path: root/behaviors/DebugBehavior.py
diff options
context:
space:
mode:
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 ([], [])