Fixed location of debug message in ngx_shmtx_lock().
Ruslan Ermilov
9 years ago
1 changed file(s) with
3 addition(s)
and
3 deletion(s)
.
Raw diff
Collapse all
Expand all
+3
-3
src/core/ngx_shmtx.c
less
more
116
116
"sem_wait() failed while waiting on shmtx");
117
117
break;
118
118
}
119
120
ngx_log_debug0(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
121
"shmtx awoke");
122
119
}
120
121
ngx_log_debug0(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
122
"shmtx awoke");
123
123
124
124
continue;
125
125
}