From: minho.sun Date: Fri, 22 Jun 2018 01:01:10 +0000 (+0900) Subject: Revert "[Tizen] fixed argument for debug api (related to windows backend)" X-Git-Tag: accepted/tizen/unified/20180622.122722~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F182291%2F1;p=platform%2Fcore%2Fuifw%2Fdali-core.git Revert "[Tizen] fixed argument for debug api (related to windows backend)" This reverts commit d8e27baf995dc57f5b457a3921b6440330ed1947. Change-Id: Ifd1234d8b673807d774a63d861100ba97f28c474 --- diff --git a/dali/integration-api/debug.h b/dali/integration-api/debug.h old mode 100755 new mode 100644 index 717c859..d9eb16a --- 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, ...) 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