Rename VERBOSE log level to TRACE
[babeltrace.git] / src / plugins / ctf / common / metadata / visitor-generate-ir.c
index 6fc4649a589ba3a7862719e62aac09b9ef958b88..d52104f8841d44ec50b06c291b0ae4dc05777bb2 100644 (file)
@@ -172,8 +172,8 @@ enum loglevel {
 #define _BT_COMP_LOGW_NODE(_node, _msg, args...)                               \
        _BT_COMP_LOGW_LINENO((_node)->lineno, _msg, ## args)
 
-#define _BT_COMP_LOGV_NODE(_node, _msg, args...)                               \
-       _BT_COMP_LOGV_LINENO((_node)->lineno, _msg, ## args)
+#define _BT_COMP_LOGT_NODE(_node, _msg, args...)                               \
+       _BT_COMP_LOGT_LINENO((_node)->lineno, _msg, ## args)
 
 /*
  * Declaration scope of a visitor context. This represents a TSDL
This page took 0.024898 seconds and 4 git commands to generate.