From 7fc8f46360d9753f98b922846676f6af07e05e9a Mon Sep 17 00:00:00 2001 From: Raul Gutierrez Segales Date: Tue, 27 Sep 2011 13:47:16 +0100 Subject: [PATCH] core: add debug info about configured primary store --- folks/individual-aggregator.vala | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4