mirror of
https://github.com/perk11/runwhenidle.git
synced 2026-01-09 13:48:01 -05:00
Fix type of sleep_time_ms in fprintf
This commit is contained in:
2
main.c
2
main.c
@@ -251,7 +251,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
if (verbose) {
|
||||
fprintf(stderr,
|
||||
"Polling every second is temporarily disabled due to user activity, idle time: %lums, next activity check scheduled in %lums\n",
|
||||
"Polling every second is temporarily disabled due to user activity, idle time: %lums, next activity check scheduled in %lldms\n",
|
||||
info->idle,
|
||||
sleep_time_ms
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user