diff options
Diffstat (limited to 'audio/manager.c')
| -rw-r--r-- | audio/manager.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/audio/manager.c b/audio/manager.c index 77de2878..964309fd 100644 --- a/audio/manager.c +++ b/audio/manager.c @@ -484,7 +484,7 @@ static void ag_confirm(GIOChannel *chan, gpointer data)  	set_hfp_active(device, hfp_active);  	if (headset_connect_rfcomm(device, chan) < 0) { -		error("Allocating new GIOChannel failed!"); +		error("headset_connect_rfcomm failed");  		goto drop;  	} | 
