Adjust dlog level 22/105922/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.121553 accepted/tizen/3.0.m2/tv/20170104.122331 accepted/tizen/3.0.m2/wearable/20170104.122715 accepted/tizen/3.0/common/20161227.101310 accepted/tizen/3.0/ivi/20161226.024757 accepted/tizen/3.0/mobile/20161226.024707 accepted/tizen/3.0/tv/20161226.024730 accepted/tizen/3.0/wearable/20161226.024744 accepted/tizen/common/20170113.184554 accepted/tizen/ivi/20170112.223118 accepted/tizen/mobile/20170112.223020 accepted/tizen/tv/20170112.223043 accepted/tizen/wearable/20170112.223101 submit/tizen/20170112.062902 submit/tizen_3.0.m2/20170104.093749 submit/tizen_3.0/20161222.014602 submit/tizen_common/20170112.224201
authorjusung son <jusung07.son@samsung.com>
Tue, 20 Dec 2016 05:05:10 +0000 (14:05 +0900)
committerjusung son <jusung07.son@samsung.com>
Tue, 20 Dec 2016 05:05:10 +0000 (14:05 +0900)
Change-Id: Icb7d52b35d920c305612003e04d8e35410eb2344
Signed-off-by: jusung son <jusung07.son@samsung.com>
src/message-port.c

index 52f87d7..98074a9 100755 (executable)
@@ -999,7 +999,7 @@ static int __check_remote_port(const char *remote_app_id, const char *remote_por
                g_variant_get(result, "(b)", &name_exist);
 
                if (!name_exist) {
-                       LOGE("Name not exist %s", bus_name);
+                       _LOGI("Name not exist %s", bus_name);
                        *exist = false;
                        ret_val = MESSAGEPORT_ERROR_NONE;
                } else {