Update change log and spec for wrt-plugins-tizen_0.4.9
[platform/framework/web/wrt-plugins-tizen.git] / src / Content / ContentListener.cpp
index efbb3b2..75791db 100755 (executable)
@@ -40,8 +40,8 @@ ContentListener::ContentListener(JSContextRef globalCtx, JSObjectRef object)
 {\r
        m_callback = new MultiCallbackUserData(globalCtx);\r
 \r
-       LOGD("[DENNIS] %s:%d, thread_id=%ld", __FUNCTION__, __LINE__, pthread_self());\r
-       LOGD("[DENNIS] %s:%d, context=%p", __FUNCTION__, __LINE__, globalCtx);\r
+       LOGD("%s:%d, thread_id=%ld", __FUNCTION__, __LINE__, pthread_self());\r
+       LOGD("%s:%d, context=%p", __FUNCTION__, __LINE__, globalCtx);\r
 \r
        Validator validator(globalCtx);\r
 \r
@@ -122,6 +122,7 @@ void ContentListener::oncontentadded(MediacontentMediaPtr content)
 \r
 void ContentListener::oncontentupdated(MediacontentMediaPtr content)\r
 {\r
+\r
        JSContextRef context = m_callback->getContext();\r
 \r
        MediaConverterFactory::ConverterType converter = MediaConverterFactory::getConverter(context);\r