From: Wonsik Jung Date: Mon, 11 Jun 2018 06:03:30 +0000 (+0900) Subject: [Tizen] fixed argument for debug api (related to windows backend) X-Git-Tag: accepted/tizen/unified/20180614.150702^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=commitdiff_plain;h=a5df76e06f4625af8a4444998907f3348ba315e6 [Tizen] fixed argument for debug api (related to windows backend) This reverts commit cfd2f56744c8bb80e2c0d4f4d67455e288ce5e79. Change-Id: I79359474d6074a72feae4f9a9b05074e80ce91dd --- diff --git a/dali/integration-api/debug.h b/dali/integration-api/debug.h old mode 100644 new mode 100755 index ac50276..a2a9732 --- 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