[rygel] tracker: Print debug after item creation in store
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] tracker: Print debug after item creation in store
- Date: Sun, 8 Aug 2010 23:19:21 +0000 (UTC)
commit 9554faeadad29c80dc6406f40bac657f467af5dd
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sat Aug 7 04:19:47 2010 +0300
tracker: Print debug after item creation in store
.../tracker/rygel-tracker-insertion-query.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/tracker/rygel-tracker-insertion-query.vala b/src/plugins/tracker/rygel-tracker-insertion-query.vala
index 9a20981..3359164 100644
--- a/src/plugins/tracker/rygel-tracker-insertion-query.vala
+++ b/src/plugins/tracker/rygel-tracker-insertion-query.vala
@@ -60,6 +60,8 @@ public class Rygel.Tracker.InsertionQuery : Query {
var result = yield resources.sparql_update_blank (str);
this.id = result[0,0].lookup (TEMP_ID);
+
+ debug ("Created item in Tracker store with ID '%s'", this.id);
}
public override string to_string () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]