X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FLog.hh;h=da88f1ddcbcd30f18a8c98341f83776adeab71a3;hb=7f60122e00a4680d39b199a738160eb8a5dea381;hp=8a0794c18e02c81b739f33736229f6f6368365af;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git 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