mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
minor tweaks.
This commit is contained in:
parent
6fb5427287
commit
590c3ae3ee
@ -62,7 +62,7 @@ index df25f9d..bd259c1 100644
|
|||||||
+ /* 0 is an illegal value and may result in a core dump later */
|
+ /* 0 is an illegal value and may result in a core dump later */
|
||||||
+ if (ccf->privileged_agent_connections == 0) {
|
+ if (ccf->privileged_agent_connections == 0) {
|
||||||
+ ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
+ ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
||||||
+ "%ui worker_connections are not enough, "
|
+ "%ui worker_connection is not enough, "
|
||||||
+ "privileged agent process cannot be spawned",
|
+ "privileged agent process cannot be spawned",
|
||||||
+ ccf->privileged_agent_connections);
|
+ ccf->privileged_agent_connections);
|
||||||
+ return;
|
+ return;
|
||||||
|
@ -62,7 +62,7 @@ index df25f9d..bd259c1 100644
|
|||||||
+ /* 0 is an illegal value and may result in a core dump later */
|
+ /* 0 is an illegal value and may result in a core dump later */
|
||||||
+ if (ccf->privileged_agent_connections == 0) {
|
+ if (ccf->privileged_agent_connections == 0) {
|
||||||
+ ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
+ ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
||||||
+ "%ui worker_connections are not enough, "
|
+ "%ui worker_connection is not enough, "
|
||||||
+ "privileged agent process cannot be spawned",
|
+ "privileged agent process cannot be spawned",
|
||||||
+ ccf->privileged_agent_connections);
|
+ ccf->privileged_agent_connections);
|
||||||
+ return;
|
+ return;
|
||||||
|
@ -62,7 +62,7 @@ index df25f9d..bd259c1 100644
|
|||||||
+ /* 0 is an illegal value and may result in a core dump later */
|
+ /* 0 is an illegal value and may result in a core dump later */
|
||||||
+ if (ccf->privileged_agent_connections == 0) {
|
+ if (ccf->privileged_agent_connections == 0) {
|
||||||
+ ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
+ ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
||||||
+ "%ui worker_connections are not enough, "
|
+ "%ui worker_connection is not enough, "
|
||||||
+ "privileged agent process cannot be spawned",
|
+ "privileged agent process cannot be spawned",
|
||||||
+ ccf->privileged_agent_connections);
|
+ ccf->privileged_agent_connections);
|
||||||
+ return;
|
+ return;
|
||||||
|
@ -62,7 +62,7 @@ index df25f9d..bd259c1 100644
|
|||||||
+ /* 0 is an illegal value and may result in a core dump later */
|
+ /* 0 is an illegal value and may result in a core dump later */
|
||||||
+ if (ccf->privileged_agent_connections == 0) {
|
+ if (ccf->privileged_agent_connections == 0) {
|
||||||
+ ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
+ ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
|
||||||
+ "%ui worker_connections are not enough, "
|
+ "%ui worker_connection is not enough, "
|
||||||
+ "privileged agent process cannot be spawned",
|
+ "privileged agent process cannot be spawned",
|
||||||
+ ccf->privileged_agent_connections);
|
+ ccf->privileged_agent_connections);
|
||||||
+ return;
|
+ return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user