From: g0dil Date: Fri, 20 Feb 2009 12:48:55 +0000 (+0000) Subject: Utils/Logger: Fix SENF_LOG_TPL X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=50175e39d2cbad018fe9761c9ed483d2a73c0352;p=senf.git Utils/Logger: Fix SENF_LOG_TPL git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1131 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Utils/Logger/Log.hh b/Utils/Logger/Log.hh index 8a0794c..da88f1d 100644 --- a/Utils/Logger/Log.hh +++ b/Utils/Logger/Log.hh @@ -120,8 +120,8 @@ \hideinitializer */ #define SENF_LOG_TPL(args) \ - SENF_LOG_BLOCK_( SENF_LOG_MERGE_PARAMETERS_TPL(BOOST_PP_SEQ_POP_BACK(args)), \ - { log << BOOST_PP_SEQ_ELEM(BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(args)),args); }) + SENF_LOG_BLOCK_TPL_( SENF_LOG_MERGE_PARAMETERS_TPL(BOOST_PP_SEQ_POP_BACK(args)), \ + { log << BOOST_PP_SEQ_ELEM(BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(args)),args); }) /** \brief Enable block based on logging parameters