Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/datastore/dbus_helpers.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-21 10:47:28 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-21 10:47:28 (GMT)
commit17b31427765d21591986b927955f6f5342201d82 (patch)
tree6848e43c192ec8411b0e4f87a1d8b6d9086de9ba /sugar/datastore/dbus_helpers.py
parentf1d67f661e22150381886784d80c79e0db542e17 (diff)
parent8c8dffe662b9b2491eed2e553e3165c827f1c3cc (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
Conflicts: configure.ac
Diffstat (limited to 'sugar/datastore/dbus_helpers.py')
-rw-r--r--sugar/datastore/dbus_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/datastore/dbus_helpers.py b/sugar/datastore/dbus_helpers.py
index 33aa9a6..fa05491 100644
--- a/sugar/datastore/dbus_helpers.py
+++ b/sugar/datastore/dbus_helpers.py
@@ -40,7 +40,7 @@ def create(properties, filename):
return object_id
def update(uid, properties, filename, reply_handler=None, error_handler=None):
- logging.debug('dbus_helpers.update')
+ logging.debug('dbus_helpers.update: %s, %s' % (uid, filename))
if reply_handler and error_handler:
_data_store.update(uid, dbus.Dictionary(properties), filename,
reply_handler=reply_handler,