Fixed location of debug message in ngx_shmtx_lock().

This commit is contained in:
Ruslan Ermilov 2012-11-21 14:23:26 +00:00
parent 542b60a35a
commit 9f385870f6

View File

@ -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;
}