cpp-common/bt2c/logging.hpp: remove no-formatting ("str") alternatives
[babeltrace.git] / src / plugins / ctf / fs-sink / fs-sink.cpp
index 52d3d426ad33da8e6d9ad21561aee893a7895383..6b0c88da9b0c59e0b127b36e84f27c4e5f6ce3e4 100644 (file)
@@ -965,8 +965,7 @@ bt_component_class_sink_consume_method_status ctf_fs_sink_consume(bt_self_compon
                 break;
             case BT_MESSAGE_TYPE_MESSAGE_ITERATOR_INACTIVITY:
                 /* Ignore */
-                BT_CPPLOGD_STR_SPEC(fs_sink->logger,
-                                    "Ignoring message iterator inactivity message.");
+                BT_CPPLOGD_SPEC(fs_sink->logger, "Ignoring message iterator inactivity message.");
                 break;
             case BT_MESSAGE_TYPE_STREAM_BEGINNING:
                 status = handle_stream_beginning_msg(fs_sink, msg);
This page took 0.02351 seconds and 4 git commands to generate.