diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-16 23:19:59 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-16 23:19:59 +0800 |
commit | 3b25a660fcf33449a4de4b9106c8682e66952aa2 (patch) | |
tree | c991dc13e1e8d65cb84b5edec59299fb85c75072 /src/empathy-map-view.c | |
parent | c5e4a16ea91a6857a9e8d3876f8e47872bfd2b8c (diff) | |
download | gsoc2013-empathy-3b25a660fcf33449a4de4b9106c8682e66952aa2.tar gsoc2013-empathy-3b25a660fcf33449a4de4b9106c8682e66952aa2.tar.gz gsoc2013-empathy-3b25a660fcf33449a4de4b9106c8682e66952aa2.tar.bz2 gsoc2013-empathy-3b25a660fcf33449a4de4b9106c8682e66952aa2.tar.lz gsoc2013-empathy-3b25a660fcf33449a4de4b9106c8682e66952aa2.tar.xz gsoc2013-empathy-3b25a660fcf33449a4de4b9106c8682e66952aa2.tar.zst gsoc2013-empathy-3b25a660fcf33449a4de4b9106c8682e66952aa2.zip |
map-view: add a debug message when adding a marker
Diffstat (limited to 'src/empathy-map-view.c')
-rw-r--r-- | src/empathy-map-view.c | 2 |
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); } |