[Tizen] fixed argument for debug api (related to windows backend) 91/179891/1 accepted/tizen/unified/20180523.144444 submit/tizen/20180523.085231 submit/tizen/20180523.100836
authorJoogab Yun <joogab.yun@samsung.com>
Wed, 23 May 2018 08:06:35 +0000 (17:06 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Wed, 23 May 2018 08:06:35 +0000 (17:06 +0900)
Change-Id: I2d79112230434fae5fa94604235989dbb4952190

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

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