wrt-plugins-tizen_0.4.23
[framework/web/wrt-plugins-tizen.git] / src / Filesystem / StorageStaticController.cpp
old mode 100755 (executable)
new mode 100644 (file)
index 538cd00..b20ab82
@@ -15,9 +15,7 @@
 // limitations under the License.
 //
 
-
 #include <JavaScriptCore/JavaScript.h>
-#include <dpl/log/log.h>
 #include <dpl/shared_ptr.h>
 #include <CommonsJavaScript/PrivateObject.h>
 #include <CommonsJavaScript/JSCallbackManager.h>
@@ -28,6 +26,7 @@
 #include "StorageStaticController.h"
 #include "JSStorage.h"
 #include "Converter.h"
+#include <Logger.h>
 
 using namespace WrtDeviceApis;
 using namespace WrtDeviceApis::Commons;
@@ -58,7 +57,7 @@ void StorageStaticController::onAnswerReceived(
                JSValueRef result = converter.toJSValueRef(event->getResult(), context);
                callbackManager->callOnSuccess(result);
        } catch(Commons::ConversionException) {
-               LogError("Conversion exception while processing EventStorageStateChanged");
+               LoggerE("Conversion exception while processing EventStorageStateChanged");
        }
 }