Added missing newline chars to logging commands
[platform/core/uifw/dali-adaptor.git] / adaptors / wayland / input / text / imf / imf-manager-impl-wl.cpp
index db22b2f..ad95ac5 100644 (file)
@@ -143,7 +143,7 @@ Dali::ImfManager ImfManager::Get()
   }
   else
   {
-    DALI_LOG_ERROR("Failed to get native window handle");
+    DALI_LOG_ERROR("Failed to get native window handle\n");
   }
   return manager;
 }