diff options
Diffstat (limited to 'src/nxt_thread_cond.c')
-rw-r--r-- | src/nxt_thread_cond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_thread_cond.c b/src/nxt_thread_cond.c index 8db5a337..fcd108e4 100644 --- a/src/nxt_thread_cond.c +++ b/src/nxt_thread_cond.c @@ -18,7 +18,7 @@ nxt_thread_cond_create(nxt_thread_cond_t *cond) return NXT_OK; } - nxt_thread_log_emerg("pthread_cond_init() failed %E", err); + nxt_thread_log_alert("pthread_cond_init() failed %E", err); return NXT_ERROR; } |