From: kh5325.kim Date: Fri, 24 May 2013 15:40:27 +0000 (+0900) Subject: Changed log level X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1ea461b500bd43847286892f1d65e8c724cad1b;p=sdk%2Fide%2Fcommon-eplugin.git Changed log level --- diff --git a/org.tizen.common.connection/src/org/tizen/common/connection/debugtools/OnDemandInstall.java b/org.tizen.common.connection/src/org/tizen/common/connection/debugtools/OnDemandInstall.java index a35d1ba..17e4a86 100644 --- a/org.tizen.common.connection/src/org/tizen/common/connection/debugtools/OnDemandInstall.java +++ b/org.tizen.common.connection/src/org/tizen/common/connection/debugtools/OnDemandInstall.java @@ -439,7 +439,7 @@ public class OnDemandInstall { toolLists.add(dt); } else if ( dt == null) { - warn("packagename('" + packagename + "') does not match with the file name('" + f.getName() + "')."); + verbose("packagename('" + packagename + "') does not match with the file name('" + f.getName() + "')."); } } }