mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Removed redundant "u" format specifier.
It is implied for "x" and "X".
This commit is contained in:
@@ -138,7 +138,7 @@ ngx_spawn_process(ngx_cycle_t *cycle, char *name, ngx_int_t respawn)
|
||||
}
|
||||
|
||||
ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
||||
"%s process %P exited with code %Xul",
|
||||
"%s process %P exited with code %Xl",
|
||||
name, pid, code);
|
||||
|
||||
goto failed;
|
||||
|
||||
@@ -484,7 +484,7 @@ ngx_reap_worker(ngx_cycle_t *cycle, HANDLE h)
|
||||
}
|
||||
|
||||
ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0,
|
||||
"%s process %P exited with code %Xul",
|
||||
"%s process %P exited with code %Xl",
|
||||
ngx_processes[n].name, ngx_processes[n].pid, code);
|
||||
|
||||
ngx_close_handle(ngx_processes[n].reopen);
|
||||
|
||||
Reference in New Issue
Block a user