mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 14:13:33 -06:00
Fixed location of debug message in ngx_shmtx_lock().
This commit is contained in:
parent
542b60a35a
commit
9f385870f6
@ -117,10 +117,10 @@ 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");
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user