diff options
| author | Brad Midgley <bmidgley@xmission.com> | 2007-06-18 00:50:40 +0000 | 
|---|---|---|
| committer | Brad Midgley <bmidgley@xmission.com> | 2007-06-18 00:50:40 +0000 | 
| commit | 7318cfb762eab445b8181ddc279fe2e73c6c2e6e (patch) | |
| tree | 57fb748542846e0be28826227149fa8e09677f8d | |
| parent | 7284382ac070c8643f59443bcdd253dd7384804b (diff) | |
better messages to figure out why combo set fails
| -rw-r--r-- | audio/headset.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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; | 
