cpp-common/bt2c/logging.hpp: remove no-formatting ("str") alternatives
[babeltrace.git] / src / plugins / ctf / common / src / metadata / tsdl / ctf-meta-resolve.cpp
index 0de4c675e045c2849da1fe7892cab3a3136ff86c..4420746a7648818e63eeddcf7e285f91b2c13cc5 100644 (file)
@@ -550,7 +550,7 @@ static int relative_ptokens_to_field_path(GList *ptokens, struct ctf_field_path
         ret = ptokens_to_field_path(ptokens, &tail_field_path, parent_class, cur_index, ctx);
         if (ret) {
             /* Not found... yet */
-            BT_CPPLOGD_STR_SPEC(ctx->logger, "Not found at this point.");
+            BT_CPPLOGD_SPEC(ctx->logger, "Not found at this point.");
             ctf_field_path_clear(&tail_field_path);
         } else {
             /* Found: stitch tail field path to head field path */
This page took 0.02302 seconds and 4 git commands to generate.