From d8e27baf995dc57f5b457a3921b6440330ed1947 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Tue, 19 Jun 2018 10:46:58 +0900 Subject: [PATCH] [Tizen] fixed argument for debug api (related to windows backend) This reverts commit 88c06f8cdea30606c625dd3a7aecb0df8652af72. Change-Id: I783024e8b6a5e86f108dd0db4814494708c825b5 --- 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 d9eb16a..717c859 --- a/dali/integration-api/debug.h +++ b/dali/integration-api/debug.h @@ -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 -- 2.7.4