From: Wonsik Jung Date: Mon, 11 Jun 2018 06:00:33 +0000 (+0900) Subject: Revert "[Tizen] fixed argument for debug api (related to windows backend)" X-Git-Tag: accepted/tizen/unified/20180614.150702~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F18%2F181218%2F1;p=platform%2Fcore%2Fuifw%2Fdali-core.git Revert "[Tizen] fixed argument for debug api (related to windows backend)" This reverts commit 7462526c630bae1203fc274b19019f6056053065. Change-Id: I5738f57fb67e774eb70aacdb977d892fa82dc9c0 --- diff --git a/dali/integration-api/debug.h b/dali/integration-api/debug.h old mode 100755 new mode 100644 index 7948b62..de2f768 --- 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, ...) 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