X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcompat%2Fmman.c;h=251e87354d1a40e1908c522d4031d7095b1eed47;hb=71436ae48cd2fcfcc59ae9a7da909e29a191145c;hp=79ff759901bebb5240676ee3db8486e9c4406b4f;hpb=78c888d139a40b58b10a2c92829cbb2c814ad766;p=babeltrace.git diff --git a/src/compat/mman.c b/src/compat/mman.c index 79ff7599..251e8735 100644 --- a/src/compat/mman.c +++ b/src/compat/mman.c @@ -285,7 +285,7 @@ size_t bt_mmap_get_offset_align_size(int log_level) SYSTEM_INFO sysinfo; GetNativeSystemInfo(&sysinfo); - BT_LOG_WRITE_CUR_LVL(BT_LOG_DEBUG, log_level, BT_LOG_TAG, + BT_LOG_WRITE_PRINTF_CUR_LVL(BT_LOG_DEBUG, log_level, BT_LOG_TAG, "Allocator granularity is %lu.", sysinfo.dwAllocationGranularity);