From e2e7b10af2ffe9e3c6cccc0b44d34bcf796ddb84 Mon Sep 17 00:00:00 2001 From: Jimmy Huang Date: Tue, 9 Apr 2013 13:20:48 -0700 Subject: [PATCH] Fixes TIVI-670, Bluetooth settings app crashes occasionally Signed-off-by: Jimmy Huang --- src/bluetooth-audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4