[Tizen] fixed argument for debug api (related to windows backend) 09/181909/1 accepted/tizen/unified/20180620.131534 submit/tizen/20180619.102234
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 19 Jun 2018 01:46:58 +0000 (10:46 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 19 Jun 2018 01:47:06 +0000 (10:47 +0900)
This reverts commit 88c06f8cdea30606c625dd3a7aecb0df8652af72.

Change-Id: I783024e8b6a5e86f108dd0db4814494708c825b5

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

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