Revert "[Tizen] fixed argument for debug api (related to windows backend)" 91/182291/1
authorminho.sun <minho.sun@samsung.com>
Fri, 22 Jun 2018 01:01:10 +0000 (10:01 +0900)
committerminho.sun <minho.sun@samsung.com>
Fri, 22 Jun 2018 01:01:16 +0000 (10:01 +0900)
This reverts commit d8e27baf995dc57f5b457a3921b6440330ed1947.

Change-Id: Ifd1234d8b673807d774a63d861100ba97f28c474

dali/integration-api/debug.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 717c859..d9eb16a
@@ -135,7 +135,7 @@ DALI_CORE_API void UninstallLogFunction();
 /**
  * Provides unfiltered logging for release
  */
-#define DALI_LOG_RELEASE_INFO(format, ...)     Dali::Integration::Log::LogMessage(Dali::Integration::Log::DebugInfo, format, ## __VA_ARGS__)
+#define DALI_LOG_RELEASE_INFO(format, args, ...)     Dali::Integration::Log::LogMessage(Dali::Integration::Log::DebugInfo, format, ## __VA_ARGS__)
 
 #ifdef DEBUG_ENABLED