From 807ca1da501e9ab412e799ede4b88b74d6dd9ed8 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 30 Jun 2012 15:28:16 +0000 Subject: fix problem with unicode encoding that prevented sharing --- (limited to 'TurtleArt/tacollaboration.py') diff --git a/TurtleArt/tacollaboration.py b/TurtleArt/tacollaboration.py index d4798df..78dfbd3 100644 --- a/TurtleArt/tacollaboration.py +++ b/TurtleArt/tacollaboration.py @@ -204,7 +204,7 @@ class Collaboration(): command, payload = event_message.split('|', 2) self._processing_methods[command](payload) except ValueError: - debug_output('Could not split event message.', + debug_output('Could not split event message [%s]' % event_message, self._tw.running_sugar) # Restore active Turtle -- cgit v0.9.1