[folks] core: add debug info about configured primary store
- From: Raul Gutierrez Segales <raulgs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] core: add debug info about configured primary store
- Date: Tue, 27 Sep 2011 13:01:46 +0000 (UTC)
commit 7fc8f46360d9753f98b922846676f6af07e05e9a
Author: Raul Gutierrez Segales <rgs collabora co uk>
Date: Tue Sep 27 13:47:16 2011 +0100
core: add debug info about configured primary store
folks/individual-aggregator.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/folks/individual-aggregator.vala b/folks/individual-aggregator.vala
index 56b7889..dcd506f 100644
--- a/folks/individual-aggregator.vala
+++ b/folks/individual-aggregator.vala
@@ -368,6 +368,8 @@ public class Folks.IndividualAggregator : Object
debug.print_key_value_pairs (domain, level,
"Ref. count", this.ref_count.to_string (),
"Primary store", "%p".printf (this._primary_store),
+ "Configured store type id", this._configured_primary_store_type_id,
+ "Configured store id", this._configured_primary_store_id,
"Linking enabled?", this._linking_enabled ? "yes" : "no",
"Prepared?", this._is_prepared ? "yes" : "no",
"Quiescent?", this._is_quiescent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]