summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-04-15 20:27:50 +0100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-04-15 20:27:50 +0100
commitb24d6f5ab5056e454e3b87811b90ea658dda5be5 (patch)
treede6062ce7481f868a20021602410b766cf3b8173
parente7e5e7c8e9b965ad9b7dbf50bdcd47263a53d831 (diff)
locator,modem-source: More debug traces
-rw-r--r--src/gclue-locator.c1
-rw-r--r--src/gclue-modem-source.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/gclue-locator.c b/src/gclue-locator.c
index b49b622..f69cd2d 100644
--- a/src/gclue-locator.c
+++ b/src/gclue-locator.c
@@ -381,6 +381,7 @@ gclue_locator_stop (GClueLocationSource *source)
G_CALLBACK (on_location_changed),
locator);
gclue_location_source_stop (src);
+ g_debug ("Requested %s to stop", G_OBJECT_TYPE_NAME (src));
}
g_list_free (locator->priv->active_sources);
diff --git a/src/gclue-modem-source.c b/src/gclue-modem-source.c
index bccaacc..ab704a9 100644
--- a/src/gclue-modem-source.c
+++ b/src/gclue-modem-source.c
@@ -322,6 +322,7 @@ on_mm_object_removed (GDBusObjectManager *manager,
if (priv->mm_object == NULL || priv->mm_object != mm_object)
return;
+ g_debug ("Modem '%s' removed.", mm_object_get_path (priv->mm_object));
g_signal_handlers_disconnect_by_func (G_OBJECT (priv->modem_location),
G_CALLBACK (on_location_changed),