Skip to content

Commit

Permalink
check has changed owner: NGX_LOG_DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
denji authored Nov 12, 2019
1 parent 1875201 commit 7c3d852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngx_http_upstream_check_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ ngx_http_upstream_check_begin_handler(ngx_event_t *event) {
if (peer->shm->owner == ngx_pid) {
if (prev_owner != ngx_pid) {

ngx_log_error(NGX_LOG_INFO, event->log, 0,
ngx_log_error(NGX_LOG_DEBUG, event->log, 0,
"check has changed owner. "
"prev_owner: %P, interval: %M",
prev_owner, interval);
Expand Down

0 comments on commit 7c3d852

Please sign in to comment.