Sync debug message with reality

ESI threads waiting for busy objects stopped looping in 2016
f839d558
parent 6f48616e
......@@ -204,7 +204,7 @@ ved_include(struct req *preq, const char *src, const char *host,
if (s == REQ_FSM_DONE)
break;
DSL(DBG_WAITINGLIST, req->vsl->wid,
"loop waiting for ESI (%d)", (int)s);
"waiting for ESI (%d)", (int)s);
assert(s == REQ_FSM_DISEMBARK);
Lck_Lock(&sp->mtx);
if (!ecx->woken)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment