Revert "[Tizen] fixed argument for debug api (related to windows backend)" 82/181882/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 18 Jun 2018 12:35:37 +0000 (21:35 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 18 Jun 2018 12:35:42 +0000 (21:35 +0900)
This reverts commit a5df76e06f4625af8a4444998907f3348ba315e6.

Change-Id: I08803c6c641c8357a88c9829da6b1e013d53a8d0

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

old mode 100755 (executable)
new mode 100644 (file)
index a2a9732..ac50276
@@ -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