From 8fe99e6e9157d29dce14500705fb914f9c74184d Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 07 Dec 2009 05:20:13 +0000 Subject: ProbeProxy, Probe : Now generating prefixes inside the Probe for cleaner handling by upper layers --- (limited to 'tutorius/creator.py') diff --git a/tutorius/creator.py b/tutorius/creator.py index f7f9752..3873298 100644 --- a/tutorius/creator.py +++ b/tutorius/creator.py @@ -465,6 +465,7 @@ class Creator(Object): for action in self._installed_actions: # If this is the correct action if action.address == addon_address: + LOGGER.debug("Creator :: Updating address %s with new values %s"%(addon_address, str(diff_dict))) # Update its property with the new value action._props.update(diff_dict) # Update the property edition dialog with it -- cgit v0.9.1