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 b5e3fe7..0b247d3 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 f0c3f58..9433e1f 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);