[folks] individual-aggregator: Fix some debug spew
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] individual-aggregator: Fix some debug spew
- Date: Sun, 30 Dec 2012 00:53:16 +0000 (UTC)
commit b3a39598abb3e253541c05c09aa3be43b6a30d74
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Dec 30 00:52:36 2012 +0000
individual-aggregator: Fix some debug spew
folks/individual-aggregator.vala | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/folks/individual-aggregator.vala b/folks/individual-aggregator.vala
index 6202b3f..7161da5 100644
--- a/folks/individual-aggregator.vala
+++ b/folks/individual-aggregator.vala
@@ -2089,12 +2089,13 @@ public class Folks.IndividualAggregator : Object
{
var personas = new HashSet<Persona> ();
personas.add (pers);
- message ("Anti-linking persona '%s' (%p)", pers.uid, pers);
+ debug (" Anti-linking persona '%s' (%p)", pers.uid, pers);
var writeable_persona =
yield this._ensure_personas_property_writeable (personas,
"anti-links");
- message ("Writeable persona '%s' (%p)", writeable_persona.uid, writeable_persona);
+ debug (" Writeable persona '%s' (%p)",
+ writeable_persona.uid, writeable_persona);
/* Make sure not to anti-link the new persona to pers. */
var anti_link_personas = new HashSet<Persona> ();
@@ -2104,7 +2105,7 @@ public class Folks.IndividualAggregator : Object
var al = writeable_persona as AntiLinkable;
assert (al != null);
yield ((!) al).add_anti_links (anti_link_personas);
- message ("");
+ debug ("");
}
catch (IndividualAggregatorError e1)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]