Fix: 32-bit print format type mismatch warnings
[lttng-tools.git] / src / bin / lttng-sessiond / health.c
index 7bf41c883de16bbea20745f2e4650a5115597e1e..d382c04b536cc060fba5cb181e5e156696264924 100644 (file)
@@ -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;
This page took 0.022825 seconds and 4 git commands to generate.