X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fbluetooth-audio.c;h=53f17d17ed6f7692a7d4ac5e56a2d780332683e6;hb=refs%2Fchanges%2F04%2F3304%2F1;hp=59b1c742a568f4ceb277c5f1ef15abdf84069b89;hpb=c423d9f32fb0f04b251448ab0294dcc6a0bd81d6;p=profile%2Fivi%2Fbluetooth.git 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;