X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Futils.c;h=9821815ba06298dfbb7e76de02bbc385b9d49d0d;hb=68e6efddb6a27675d6cf15161d7b0101154b56ac;hp=815965bc4ba25256de830f0794cf357f2150db70;hpb=5983a922b5e591a0fd90800e482e1ab8b89a4281;p=lttng-tools.git diff --git a/src/common/utils.c b/src/common/utils.c index 815965bc4..9821815ba 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -889,7 +889,7 @@ size_t utils_get_current_time_str(const char *format, char *dst, size_t len) timeinfo = localtime(&rawtime); ret = strftime(dst, len, format, timeinfo); if (ret == 0) { - ERR("Unable to strftime with format %s at dst %p of len %lu", format, + ERR("Unable to strftime with format %s at dst %p of len %zu", format, dst, len); }