Modify invalid log format 61/178561/2
authorGilbok Lee <gilbok.lee@samsung.com>
Thu, 10 May 2018 10:44:02 +0000 (19:44 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Fri, 11 May 2018 03:49:52 +0000 (12:49 +0900)
[Version] 0.1.13
[Profile] Mobile, Wearable
[Issue Type] Fix bugs

Change-Id: I3cddcc48737f642e64fa023b635e90167374d33e

packaging/capi-media-radio.spec
src/radio.c

index b5e3fe72eb891e173b411d1a404f38934af35999..0b247d390a81c40efd67d9bfe2da2a21d1c24bb8 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-radio
 Summary:    A Radio library in Tizen Native API
-Version:    0.1.12
+Version:    0.1.13
 Release:    1
 Group:      API/C API
 License:    Apache-2.0
index f0c3f58c419bcdb7c6b0e48f5d99481e2c7d37e4..9433e1f38e77113b510d6eca155fd4b020aa7eb3 100644 (file)
@@ -192,7 +192,7 @@ static int __msg_callback(int message, void *param, void *user_data)
                __convert_error_code(msg->code, (char *)__FUNCTION__);
                break;
        case MM_MESSAGE_RADIO_SCAN_START:
-               LOGI("[%s] Scan Started");
+               LOGI("[%s] Scan Started", __FUNCTION__);
                break;
        case MM_MESSAGE_STATE_CHANGED:
                handle->state = __convert_radio_state(msg->state.current);