Changed log level
authorkh5325.kim <kh5325.kim@samsung.com>
Fri, 24 May 2013 15:40:27 +0000 (00:40 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Fri, 24 May 2013 15:40:27 +0000 (00:40 +0900)
org.tizen.common.connection/src/org/tizen/common/connection/debugtools/OnDemandInstall.java

index a35d1ba..17e4a86 100644 (file)
@@ -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() + "').");
                         }
                     }
                 }