Fixed formatting in nxt_sprintf() and logging.

This commit is contained in:
Sergey Kandaurov
2018-01-24 15:16:33 +03:00
parent 67c64a99fb
commit 771e9d3cc3
19 changed files with 29 additions and 28 deletions

View File

@@ -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);