Replace LogInfo to LogDebug
[framework/web/wrt-plugins-common.git] / src / plugin-loading / explorer.cpp
index 3b385f6..a87ceee 100644 (file)
@@ -198,7 +198,7 @@ bool Explorer::register_(const JSObjectDeclarationPtr& declaration,
                          JSObjectPtr parent,
                          JSGlobalContextRef context)
 {
-    LogInfo("Registration object: " << declaration->getParentName() <<
+    LogDebug("Registration object: " << declaration->getParentName() <<
             "<-" << declaration->getName());
 
     Assert(parent && "parent object is NULL");
@@ -378,7 +378,7 @@ void Explorer::callEventListeners(CustomEventType /*eventType*/, void* /*data*/)
                     args->state,
                     args->width,
                     args->height));
-        LogInfo("softkeyboard event's state: " << args->state);
+        LogDebug("softkeyboard event's state: " << args->state);
 
         // call js callback function for 'softkeyboardchange' js event on each
         // frame
@@ -398,7 +398,7 @@ void Explorer::callEventListeners(CustomEventType /*eventType*/, void* /*data*/)
                 frame, eventType, eventObject);
         }
     } else {
-        LogInfo("Not supported custom event type");
+        LogDebug("Not supported custom event type");
         return;
     }
 #endif