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

@@ -216,7 +216,7 @@ nxt_port_rpc_ex_set_peer(nxt_task_t *task, nxt_port_t *port,
break;
default:
nxt_log_error(NXT_LOG_ERR, task->log, "rpc: stream #%uD failed to add "
nxt_log_error(NXT_LOG_ERR, task->log, "rpc: failed to add "
"peer for stream #%uD (%d)", reg->stream, ret);
reg->peer = -1;