]> git.0d.be Git - empathy.git/commitdiff
map-view: add a debug message when adding a marker
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 16 Jun 2010 15:19:59 +0000 (17:19 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 16 Jun 2010 15:19:59 +0000 (17:19 +0200)
src/empathy-map-view.c

index 566e1f6c22ca95a4ea3b79a6640cab3ce78ca01e..2b0b93f7f67ee5c06362d87e2cf5666d2a411299 100644 (file)
@@ -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);
 }