From 7318cfb762eab445b8181ddc279fe2e73c6c2e6e Mon Sep 17 00:00:00 2001 From: Brad Midgley Date: Mon, 18 Jun 2007 00:50:40 +0000 Subject: better messages to figure out why combo set fails --- audio/headset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/headset.c') diff --git a/audio/headset.c b/audio/headset.c index a5e7687c..5c087312 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -917,7 +917,7 @@ static void get_record_reply(DBusPendingCall *call, void *data) } if (!array) { - error("Unable to get handle array from reply"); + error("get_record_reply: Unable to get handle array from reply"); goto failed_not_supported; } @@ -1188,7 +1188,7 @@ static void get_handles_reply(DBusPendingCall *call, void *data) } if (!array) { - error("Unable to get handle array from reply"); + error("get_handles_reply: Unable to get handle array from reply"); if (c->msg) err_not_supported(connection, c->msg); goto failed; -- cgit