[3.0] Added missing newline chars to logging commands
[platform/core/uifw/dali-adaptor.git] / adaptors / wayland / render-surface / render-surface-wl.cpp
index 6df8678..f8323ea 100644 (file)
@@ -84,7 +84,7 @@ void RenderSurface::InitializeEgl( EglInterface& egl )
 
   if (!eglImpl.InitializeGles(static_cast<EGLNativeDisplayType>( mWaylandManager->mDisplay )))
   {
-    DALI_LOG_ERROR("Failed to initialize GLES.");
+    DALI_LOG_ERROR("Failed to initialize GLES.\n");
   }
 
   eglImpl.ChooseConfig( true, mColorDepth );