More verbose debugging information

This commit is contained in:
Pierre Pronchery 2010-05-27 16:50:10 +00:00
parent af6a5ef514
commit 7b3218e6de

View File

@ -790,7 +790,8 @@ void phone_messages_set(Phone * phone, unsigned int index, char const * number,
struct tm t;
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s(%u, \"%s\")\n", __func__, index, content);
fprintf(stderr, "DEBUG: %s(%u, \"%s\", \"%s\")\n", __func__, index,
number, content);
#endif
valid = gtk_tree_model_get_iter_first(model, &iter);
for(; valid == TRUE; valid = gtk_tree_model_iter_next(model, &iter))