Initialize class members in window-impl-ecore-wl.cpp
[platform/core/uifw/dali-adaptor.git] / adaptors / common / video-player-impl.cpp
index d6c818c..b87f091 100644 (file)
@@ -100,7 +100,7 @@ void VideoPlayer::Initialize()
 
   if( mPlugin == NULL )
   {
-    DALI_LOG_ERROR( "Can't create the VideoPlayerPlugin object" );
+    DALI_LOG_ERROR( "Can't create the VideoPlayerPlugin object\n" );
     return;
   }