[empathy] add debug output
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] add debug output
- Date: Wed, 29 Sep 2010 09:02:45 +0000 (UTC)
commit 90d9f4f454d2612643f1e17703df02661649ca12
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Sep 27 10:46:20 2010 +0200
add debug output
libempathy-gtk/empathy-contact-widget.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index 2cb725d..0226f21 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -314,11 +314,14 @@ contact_widget_details_update_edit (EmpathyContactWidget *information)
{
/* We found the field, make a copy for the details_to_set list */
field = tp_contact_info_field_copy (field);
+ DEBUG ("Field %s is in our vCard", spec->name);
}
else
{
/* Empathy doesn't support editing this file and it's not in the
* contact's fields so we can't do much with it. */
+ DEBUG ("Field %s is not in our vCard", spec->name);
+
if (field_data == NULL)
continue;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]