From 90d9f4f454d2612643f1e17703df02661649ca12 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 27 Sep 2010 10:46:20 +0200 Subject: add debug output --- libempathy-gtk/empathy-contact-widget.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index 2cb725d07..0226f21bd 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; -- cgit v1.2.3