Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/controller.py
diff options
context:
space:
mode:
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: