summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-02 17:23:10 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-02 17:23:10 +0300
commitc0690e2d2bd2297dd91dda87e0a65e41ac7d739b (patch)
tree021e4820f989c107518f3ee106990eca01858519
parent8837a95dc2649fc68df7105f06527bb03ecd0f6f (diff)
Add some debug prints for the connected/disconnected callbacks
-rw-r--r--audio/telephony-dummy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c
index 033bf661..e0d27444 100644
--- a/audio/telephony-dummy.c
+++ b/audio/telephony-dummy.c
@@ -65,10 +65,12 @@ static struct indicator dummy_indicators[] =
void telephony_device_connected(void *telephony_device)
{
+ debug("telephony-dummy: device %p connected", telephony_device);
}
void telephony_device_disconnected(void *telephony_device)
{
+ debug("telephony-dummy: device %p disconnected", telephony_device);
events_enabled = FALSE;
}