[master] 6b6bbdd44 Sync debug message with reality

Nils Goroll nils.goroll at uplex.de
Tue Aug 22 07:32:05 UTC 2023


commit 6b6bbdd448b227e65d75a3bbaf80704d50aa2916
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Aug 22 09:30:50 2023 +0200

    Sync debug message with reality
    
    ESI threads waiting for busy objects stopped looping in 2016
    f839d5586842094a2cea65a2ea7337cb2836f72c

diff --git a/bin/varnishd/cache/cache_esi_deliver.c b/bin/varnishd/cache/cache_esi_deliver.c
index bb5384c52..7fb7b87be 100644
--- a/bin/varnishd/cache/cache_esi_deliver.c
+++ b/bin/varnishd/cache/cache_esi_deliver.c
@@ -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)


More information about the varnish-commit mailing list