[folks] core: Expanding a profiling message slightly



commit 8632764f450971f1c83e5b209735c4cf50edd7f8
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Aug 27 10:05:14 2012 +0100

    core: Expanding a profiling message slightly

 folks/persona-store.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/folks/persona-store.vala b/folks/persona-store.vala
index 22a3089..46984db 100644
--- a/folks/persona-store.vala
+++ b/folks/persona-store.vala
@@ -433,7 +433,7 @@ public abstract class Folks.PersonaStore : Object
         }
 
       Internal.profiling_point ("emitting PersonaStore::personas-changed " +
-          "(ID: %s)", this.id);
+          "(ID: %s, count: %u)", this.id, _added.size + _removed.size);
 
       // We've now guaranteed that both _added and _removed are non-null.
       this.personas_changed (((!) _added).read_only_view,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]