changed the level of some logs. 82/137382/1 accepted/tizen/unified/20170706.193606 submit/tizen/20170705.114742
authorHyihong Chae <hh.chae@samsung.com>
Wed, 5 Jul 2017 11:26:54 +0000 (20:26 +0900)
committerHyihong Chae <hh.chae@samsung.com>
Wed, 5 Jul 2017 11:26:54 +0000 (20:26 +0900)
Change-Id: I481847b68b3704e24b2708fdc99fda26a3afddab
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
packaging/mtp-initiator.spec
src/daemon/mtp_daemon_event.c

index 025319a8c8deabff0efb4ad7bc8d528551d982a3..27ce624f4900137e2afea63d622e78566aeaf021 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       mtp-initiator
 Summary:    mtp(media transfer protocol) initiator
-Version:    1.4.20
+Version:    1.4.21
 Release:    1
 Group:      Network & Connectivity/Other
 License:    Apache-2.0
index 9fb1cf1d286c77cd975cbefffaf08be8112da74a..e118fadb32a0aa3df12b3f33618915f5ab841b64 100755 (executable)
@@ -456,7 +456,7 @@ mtp_error_e __device_list_init(mtp_context *mtp_ctx)
        MTP_LOGI("detected device num %d", numrawdevices);
 
        if (numrawdevices == 0) {
-               MTP_LOGE("MTP Host have not any mtp device");
+               MTP_LOGW("MTP Host have not any mtp device");
                g_free(rawdevices);
                return MTP_ERROR_NO_DEVICE;
        }
@@ -570,7 +570,7 @@ mtp_error_e mtp_daemon_event_init(mtp_context *mtp_ctx)
        MTP_LOGI("number of Devices and Thread is %d", mtp_ctx->device_list->device_num);
 
        if (mtp_ctx->device_list->device_num == 0) {
-               MTP_LOGE("No Device !!");
+               MTP_LOGW("No Device !!");
                return MTP_ERROR_NO_DEVICE;
        }