cpp-common/bt2c/logging.hpp: remove no-formatting ("str") alternatives
[babeltrace.git] / src / plugins / ctf / common / src / metadata / tsdl / decoder-packetized-file-stream-to-buf.cpp
index 846df316d2d9afadf61436d9a6ea94a85d970107..b6de4d618525de11823fe22c6fe12fccd03fbd67 100644 (file)
@@ -165,7 +165,7 @@ static int decode_packet(FILE *in_fp, FILE *out_fp, int byte_order, bool *is_uui
             toread = (header.packet_size - header.content_size) / CHAR_BIT;
             fseek_ret = fseek(in_fp, toread, SEEK_CUR);
             if (fseek_ret < 0) {
-                BT_CPPLOGW_STR_SPEC(logger, "Missing padding at the end of the metadata stream.");
+                BT_CPPLOGW_SPEC(logger, "Missing padding at the end of the metadata stream.");
             }
             break;
         }
This page took 0.024492 seconds and 4 git commands to generate.