Fixed formatting in nxt_sprintf() and logging.
This commit is contained in:
@@ -273,7 +273,7 @@ nxt_timer_find(nxt_event_engine_t *engine)
|
||||
time = timer->time;
|
||||
timers->minimum = time;
|
||||
|
||||
nxt_debug(timer->task, "timer found minimum: %M:%M",
|
||||
nxt_debug(timer->task, "timer found minimum: %D:%M",
|
||||
time, timers->now);
|
||||
|
||||
time = nxt_msec_diff(time, timers->now);
|
||||
|
||||
Reference in New Issue
Block a user