Added missing newline chars to logging commands
[platform/core/uifw/dali-core.git] / dali / public-api / object / ref-object.cpp
index 5805e36..3060f4b 100644 (file)
@@ -42,7 +42,7 @@ RefObject::~RefObject()
 #ifdef ENABLE_DEBUG
   if(mCount)
   {
-    DALI_LOG_ERROR("mCount should be zero, deleting referenced object!");
+    DALI_LOG_ERROR("mCount should be zero, deleting referenced object!\n");
   }
 #endif // ENABLE_DEBUG
 }