X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fsrc%2Fmetadata%2Ftsdl%2Fparser-wrap.hpp;h=bfc0e9070e8d60a668fa258888ebd5f56a637887;hb=0f5c5d5ce30884c93b4e4d0662e2914029c3e90f;hp=7b6b580b60df9783bc6ac11a9204d013d7ef3225;hpb=644c6ca70640ef866d636a634ceb1488fed09b53;p=babeltrace.git diff --git a/src/plugins/ctf/common/src/metadata/tsdl/parser-wrap.hpp b/src/plugins/ctf/common/src/metadata/tsdl/parser-wrap.hpp index 7b6b580b..bfc0e907 100644 --- a/src/plugins/ctf/common/src/metadata/tsdl/parser-wrap.hpp +++ b/src/plugins/ctf/common/src/metadata/tsdl/parser-wrap.hpp @@ -12,11 +12,10 @@ * YYDEBUG (and therefore the yydebug declaration). */ -#include "logging/log.h" +#include "logging/log-api.h" #if BT_LOG_ENABLED_TRACE -# define YYDEBUG 1 -# define YYFPRINTF(_stream, _fmt, args...) BT_LOGT(_fmt, ##args) +# define YYDEBUG 1 #else # define YYDEBUG 0 #endif