[rygel] core: More debug output
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rygel] core: More debug output
- Date: Mon, 9 Nov 2009 18:47:51 +0000 (UTC)
commit c82006e4d13a753c72ec92757fd1cb4b69aa2f40
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Mon Nov 9 19:51:33 2009 +0200
core: More debug output
Spit out received SearchCriteria string on debug console.
src/rygel/rygel-search.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/rygel/rygel-search.vala b/src/rygel/rygel-search.vala
index f7b770e..0e23b5a 100644
--- a/src/rygel/rygel-search.vala
+++ b/src/rygel/rygel-search.vala
@@ -88,6 +88,8 @@ internal class Rygel.Search: GLib.Object, Rygel.StateMachine {
"No such container");
}
+ debug ("Executing search request: %s", this.search_criteria);
+
var container = yield this.fetch_container ();
var results = yield this.fetch_results (container);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]