X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Fdata-stream-file.c;h=5dfdf8e03d4bc831855f4e98b49481edd9aaab1b;hb=af5e91e46e5250ffcc35699759f555300359a3d3;hp=1a841dd67317f791a3d27c682d51698499fa3d16;hpb=bb230c9b89ed2f2fff773693b2d646bbcb235e99;p=babeltrace.git diff --git a/plugins/ctf/fs-src/data-stream-file.c b/plugins/ctf/fs-src/data-stream-file.c index 1a841dd6..5dfdf8e0 100644 --- a/plugins/ctf/fs-src/data-stream-file.c +++ b/plugins/ctf/fs-src/data-stream-file.c @@ -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);