src.ctf.fs fix: wrong type specifier used in logging statement
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.c
index 1a841dd67317f791a3d27c682d51698499fa3d16..5dfdf8e03d4bc831855f4e98b49481edd9aaab1b 100644 (file)
@@ -231,7 +231,7 @@ enum bt_ctf_notif_iter_medium_status medop_seek(
                off_t offset_in_mapping = offset % bt_common_get_page_size();
 
                BT_LOGD("Medium seek request cannot be accomodated by the current "
-                               "file mapping: offset=%jd, mmap-offset=%zu, "
+                               "file mapping: offset=%jd, mmap-offset=%jd, "
                                "mmap-len=%zu", offset, ds_file->mmap_offset,
                                ds_file->mmap_len);
                unmap_ret = ds_file_munmap(ds_file);
This page took 0.023049 seconds and 4 git commands to generate.