mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 11:52:00 +00:00
Fixed location of debug message in ngx_shmtx_lock().
This commit is contained in:
parent
542b60a35a
commit
9f385870f6
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…
Add table
Add a link
Reference in a new issue