[folks] libsocialweb: Print debugging info after initializing a Sw.Persona and not before
- From: Alban Crequy <albanc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] libsocialweb: Print debugging info after initializing a Sw.Persona and not before
- Date: Tue, 5 Apr 2011 13:29:02 +0000 (UTC)
commit 8e3a5f833098271e309bdcd05e7e93381f3f0554
Author: Marco Barisione <marco barisione org>
Date: Mon Dec 20 10:57:13 2010 +0000
libsocialweb: Print debugging info after initializing a Sw.Persona and not before
backends/libsocialweb/sw-persona.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/backends/libsocialweb/sw-persona.vala b/backends/libsocialweb/sw-persona.vala
index 8eeb86a..d3d0eaf 100644
--- a/backends/libsocialweb/sw-persona.vala
+++ b/backends/libsocialweb/sw-persona.vala
@@ -128,9 +128,6 @@ internal class Folks.Backends.Sw.Persona : Folks.Persona,
iid = store.id + ":" + id;
}
- debug ("Creating new Sw.Persona '%s' for %s UID '%s': %p",
- uid, store.display_name, id, this);
-
Object (display_id: id,
uid: uid,
iid: iid,
@@ -138,6 +135,9 @@ internal class Folks.Backends.Sw.Persona : Folks.Persona,
gender: Gender.UNSPECIFIED,
is_user: false);
+ debug ("Creating new Sw.Persona '%s' for %s UID '%s': %p",
+ uid, store.display_name, id, this);
+
if (facebook_jid != null)
{
var im_address_array = new GenericArray<string> ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]