diff options
Diffstat (limited to 'src/binary-reader-logging.cc')
-rw-r--r-- | src/binary-reader-logging.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader-logging.cc b/src/binary-reader-logging.cc index 2a145cec..3755e343 100644 --- a/src/binary-reader-logging.cc +++ b/src/binary-reader-logging.cc @@ -552,7 +552,7 @@ Result BinaryReaderLogging::OnSegmentInfo(Index index, string_view name, uint32_t alignment, uint32_t flags) { - LOGF("OnSegmentInfos(%d name: " PRIstringview + LOGF("OnSegmentInfo(%d name: " PRIstringview ", alignment: %d, flags: 0x%x)\n", index, WABT_PRINTF_STRING_VIEW_ARG(name), alignment, flags); return reader_->OnSegmentInfo(index, name, alignment, flags); |