aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/empathy-map-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c
index 566e1f6c2..2b0b93f7f 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);
}