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

@@ -375,7 +375,8 @@ nxt_event_engine_signal_handler(nxt_task_t *task, void *obj, void *data)
}
}
nxt_log(task, NXT_LOG_CRIT, "signal %ui handler not found", signo);
nxt_log(task, NXT_LOG_CRIT, "signal %ui handler not found",
(nxt_uint_t) signo);
}