Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/local/mountset.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/local/mountset.py')
-rw-r--r--sugar_network/local/mountset.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sugar_network/local/mountset.py b/sugar_network/local/mountset.py
index 04c5723..ef74648 100644
--- a/sugar_network/local/mountset.py
+++ b/sugar_network/local/mountset.py
@@ -140,6 +140,8 @@ class Mountset(dict, ad.CommandsProcessor, Commands, SyncCommands):
del self._subscriptions[callback]
def publish(self, event):
+ _logger.debug('Publish event: %r', event)
+
for callback, condition in self._subscriptions.items():
for key, value in condition.items():
if event.get(key) != value: