Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shared.py
diff options
context:
space:
mode:
Diffstat (limited to 'shared.py')
-rwxr-xr-xshared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared.py b/shared.py
index 19da1c8..361afa9 100755
--- a/shared.py
+++ b/shared.py
@@ -71,6 +71,7 @@ class Shared(ExportedGObject):
""" Called when the activity is shared """
self.__logger.debug('The activity has been shared.')
self.__is_initiating = True
+ print 'shared_cb call write_file', self.__cpxo.path
self.__activity.write_file(self.__cpxo_path)
self.__deck.set_is_initiating(is_init=True)
self.shared_setup()