Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/controller.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-07-11 16:44:41 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-07-11 16:44:41 (GMT)
commit89b880031d5d3d086dc737ca3367172443ea5aa5 (patch)
tree2632af408844ca10be2ad5c0e03a4e12b31b9807 /controller.py
parentfdc224fb0597bf34b4e0bf4ec169c0b87b5312cc (diff)
- Some more work on collaboration.
- Added the hole drumgit game
Diffstat (limited to 'controller.py')
-rw-r--r--controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller.py b/controller.py
index 495aeec..4970d87 100644
--- a/controller.py
+++ b/controller.py
@@ -80,7 +80,7 @@ class Controller(ExportedGObject):
for handle in removed:
buddy = self._get_buddy(handle)
if buddy is not None:
- _logger.debug('buddy %r was removed', buddy)
+ _logger.debug('-----> buddy %r was removed', buddy)
self.buddies_panel.remove_player(buddy)
self.numplayers-=1
if self.is_initiator: