Skip to content

Commit 9403840

Browse files
committed
Fix printf type in fpm status
1 parent 3e99662 commit 9403840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_status.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ int fpm_status_handle_request(void) /* {{{ */
508508
spprintf(&buffer, 0, short_syntax,
509509
scoreboard.pool,
510510
PM2STR(scoreboard.pm),
511-
scoreboard.start_epoch,
511+
(unsigned long long) scoreboard.start_epoch,
512512
(unsigned long) (now_epoch - scoreboard.start_epoch),
513513
scoreboard.requests,
514514
scoreboard.lq,

0 commit comments

Comments
 (0)