Fixed location of debug message in ngx_shmtx_lock().
This commit is contained in:
parent
1e034114d0
commit
7ee9c002bf
1 changed files with 3 additions and 3 deletions
|
@ -117,11 +117,11 @@ ngx_shmtx_lock(ngx_shmtx_t *mtx)
|
|||
"sem_wait() failed while waiting on shmtx");
|
||||
break;
|
||||
}
|
||||
|
||||
ngx_log_debug0(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
|
||||
"shmtx awoke");
|
||||
}
|
||||
|
||||
ngx_log_debug0(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
|
||||
"shmtx awoke");
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue