cpp-common/bt2c/logging.hpp: remove no-formatting ("str") alternatives
[babeltrace.git] / src / plugins / ctf / common / src / metadata / tsdl / lexer.lpp
index 826cca144c6b6273be4888f1e081ae7c0230fcac..8bc0eeda5067dbbe71f134f29893dd40dc62d289 100644 (file)
@@ -12,7 +12,7 @@
 #include "plugins/ctf/common/src/metadata/tsdl/parser-wrap.hpp"
 #include "plugins/ctf/common/src/metadata/tsdl/scanner.hpp"
 
-#define YY_FATAL_ERROR(_msg)   BT_CPPLOGF_STR_SPEC(currentCtfScanner->logger, _msg)
+#define YY_FATAL_ERROR(_msg)   BT_CPPLOGF_SPEC(currentCtfScanner->logger, "{}", _msg)
 
 #define PARSE_INTEGER_LITERAL(base)                                    \
        do {                                                            \
This page took 0.02437 seconds and 4 git commands to generate.