From 0f775bfff64dc5e073b3bd098c296da4660aa072 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 9 Jun 2010 12:29:23 +0300 Subject: Remove redundant information that is already present in DBG --- audio/manager.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'audio/manager.c') diff --git a/audio/manager.c b/audio/manager.c index 5edfb1807..6dd0f8731 100644 --- a/audio/manager.c +++ b/audio/manager.c @@ -171,8 +171,7 @@ static void handle_uuid(const char *uuidstr, struct audio_device *device) uuid16 = uuid.value.uuid16; if (!server_is_enabled(&device->src, uuid16)) { - DBG("audio handle_uuid: server not enabled for %s (0x%04x)", - uuidstr, uuid16); + DBG("server not enabled for %s (0x%04x)", uuidstr, uuid16); return; } @@ -776,7 +775,7 @@ static int audio_probe(struct btd_device *device, GSList *uuids) audio_dev = manager_get_device(&src, &dst, TRUE); if (!audio_dev) { - DBG("audio_probe: unable to get a device object"); + DBG("unable to get a device object"); return -1; } @@ -806,7 +805,7 @@ static struct audio_adapter *audio_adapter_ref(struct audio_adapter *adp) { adp->ref++; - DBG("audio_adapter_ref(%p): ref=%d", adp, adp->ref); + DBG("%p: ref=%d", adp, adp->ref); return adp; } @@ -815,7 +814,7 @@ static void audio_adapter_unref(struct audio_adapter *adp) { adp->ref--; - DBG("audio_adapter_unref(%p): ref=%d", adp, adp->ref); + DBG("%p: ref=%d", adp, adp->ref); if (adp->ref > 0) return; -- cgit v1.2.3