From: Guillaume Desmottes Date: Wed, 16 Jun 2010 15:19:59 +0000 (+0200) Subject: map-view: add a debug message when adding a marker X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=3b25a660fcf33449a4de4b9106c8682e66952aa2 map-view: add a debug message when adding a marker --- diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c index 566e1f6c..2b0b93f7 100644 --- a/src/empathy-map-view.c +++ b/src/empathy-map-view.c @@ -291,6 +291,8 @@ create_marker (EmpathyMapView *window, clutter_container_add (CLUTTER_CONTAINER (window->layer), marker, NULL); + DEBUG ("Create marker for %s", empathy_contact_get_id (contact)); + return CHAMPLAIN_MARKER (marker); }