Revert "[Tizen] fixed argument for debug api (related to windows backend)" 18/181218/1
authorWonsik Jung <sidein@samsung.com>
Mon, 11 Jun 2018 06:00:33 +0000 (15:00 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 11 Jun 2018 06:00:41 +0000 (15:00 +0900)
This reverts commit 7462526c630bae1203fc274b19019f6056053065.

Change-Id: I5738f57fb67e774eb70aacdb977d892fa82dc9c0

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

old mode 100755 (executable)
new mode 100644 (file)
index 7948b62..de2f768
@@ -133,7 +133,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