X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fsystem%2Fcommon%2Fsingleton-service-impl.cpp;h=cb7830b30a43eaed95df924cf5b11f6321d7d2c3;hb=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20180625.141607;hp=afc5740a0ab577252a361980710fe1c31e2b14c9;hpb=4695c604f17ad9ba148afc2d6c30dd8cb19978be;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/system/common/singleton-service-impl.cpp b/dali/internal/system/common/singleton-service-impl.cpp old mode 100644 new mode 100755 index afc5740..cb7830b --- a/dali/internal/system/common/singleton-service-impl.cpp +++ b/dali/internal/system/common/singleton-service-impl.cpp @@ -33,12 +33,11 @@ Debug::Filter* gSingletonServiceLogFilter = Debug::Filter::New( Debug::NoLogging #define DALI_LOG_SINGLETON_SERVICE_DIRECT(level, message) \ if(gSingletonServiceLogFilter && gSingletonServiceLogFilter->IsEnabledFor(level)) { std::string string(message); Dali::TizenPlatform::LogMessage( Debug::DebugInfo, string ); } -#define DALI_LOG_SINGLETON_SERVICE(level, format, args...) DALI_LOG_INFO(gSingletonServiceLogFilter, level, format, ## args ) - +#define DALI_LOG_SINGLETON_SERVICE(level, format, ...) DALI_LOG_INFO(gSingletonServiceLogFilter, level, format, ## __VA_ARGS__ ) #else #define DALI_LOG_SINGLETON_SERVICE_DIRECT(level, message) -#define DALI_LOG_SINGLETON_SERVICE(level, format, args...) +#define DALI_LOG_SINGLETON_SERVICE(level, format, ...) #endif