apply debug level. 33/58433/1 accepted/tizen/ivi/20160218.023308 accepted/tizen/mobile/20160202.113015 accepted/tizen/tv/20160202.113031 accepted/tizen/wearable/20160202.113037 submit/tizen/20160201.043003 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002
authorHyihong Chae <hh.chae@samsung.com>
Mon, 1 Feb 2016 02:46:20 +0000 (11:46 +0900)
committerHyihong Chae <hh.chae@samsung.com>
Mon, 1 Feb 2016 02:46:20 +0000 (11:46 +0900)
Change-Id: Ifb6d3d062dab4c9ea6c880310dfd0fcdd7329001
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
packaging/mtp-initiator.spec
src/daemon/include/mtp_daemon.h

index 4ceb5ac5f5add3f2614587ff856a48864676db5d..b2b63cf6886ae221ce00e5166215c704933f9eef 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       mtp-initiator
 Summary:    mtp(media transfer protocol) initiator
-Version:    1.4.3
+Version:    1.4.4
 Release:    1
 Group:      Network & Connectivity/Other
 License:    Apache-2.0
index 47ac6097501b718879b78c7b2ed1a3b4fe3afb42..b4af2ccb1fcb46dd5433b8d5327d6ede40407925 100755 (executable)
@@ -41,9 +41,9 @@
 
 #define DLOG_TAG "MTP_INITIATOR"
 
-#define MTP_LOGD(format, arg...) LOG(LOG_ERROR, DLOG_TAG, format, ##arg)
-#define MTP_LOGI(format, arg...) LOG(LOG_ERROR, DLOG_TAG, format, ##arg)
-#define MTP_LOGW(format, arg...) LOG(LOG_ERROR, DLOG_TAG, format, ##arg)
+#define MTP_LOGD(format, arg...) LOG(LOG_DEBUG, DLOG_TAG, format, ##arg)
+#define MTP_LOGI(format, arg...) LOG(LOG_INFO, DLOG_TAG, format, ##arg)
+#define MTP_LOGW(format, arg...) LOG(LOG_WARN, DLOG_TAG, format, ##arg)
 #define MTP_LOGE(format, arg...) LOG(LOG_ERROR, DLOG_TAG, format, ##arg)
 
 #ifndef TIZEN_ERROR_MTP