From: Jimmy Huang Date: Tue, 9 Apr 2013 20:20:48 +0000 (-0700) Subject: Fixes TIVI-670, Bluetooth settings app crashes occasionally X-Git-Tag: accepted/2.0/20130411.173625~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F3304%2F1;p=profile%2Fivi%2Fbluetooth.git Fixes TIVI-670, Bluetooth settings app crashes occasionally Signed-off-by: Jimmy Huang --- diff --git a/src/bluetooth-audio.c b/src/bluetooth-audio.c index 59b1c74..53f17d1 100644 --- a/src/bluetooth-audio.c +++ b/src/bluetooth-audio.c @@ -77,7 +77,7 @@ int bt_audio_initialize(void) error = _bt_convert_telephony_error_code(error); error = _bt_get_error_code(error); if (BT_ERROR_NONE != error) { - BT_ERR("[%s] %s(0x%08x)", + BT_ERR("%s(0x%08x)", _bt_convert_error_to_string(error), error); } return error;