From 7462526c630bae1203fc274b19019f6056053065 Mon Sep 17 00:00:00 2001 From: Joogab Yun Date: Wed, 23 May 2018 17:06:35 +0900 Subject: [PATCH] [Tizen] fixed argument for debug api (related to windows backend) Change-Id: I2d79112230434fae5fa94604235989dbb4952190 --- dali/integration-api/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 dali/integration-api/debug.h diff --git a/dali/integration-api/debug.h b/dali/integration-api/debug.h old mode 100644 new mode 100755 index de2f768..7948b62 --- a/dali/integration-api/debug.h +++ b/dali/integration-api/debug.h @@ -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 -- 2.7.4