X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fhealth.c;h=d382c04b536cc060fba5cb181e5e156696264924;hp=7bf41c883de16bbea20745f2e4650a5115597e1e;hb=77c7c900d190f7fb4f99a456c767f069da7e72b8;hpb=5439dd253a313c2b64a9fcd7161f3f900096eb5b diff --git a/src/bin/lttng-sessiond/health.c b/src/bin/lttng-sessiond/health.c index 7bf41c883..d382c04b5 100644 --- a/src/bin/lttng-sessiond/health.c +++ b/src/bin/lttng-sessiond/health.c @@ -123,7 +123,7 @@ int health_check_state(struct health_state *state) } end: - DBG("Health state current %" PRIu64 ", last %" PRIu64 ", ret %d", + DBG("Health state current %lu, last %lu, ret %d", current, last, ret); return retval;