[master] 397fca5 Wrong subroutine in error message

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Apr 1 01:36:04 CEST 2016


commit 397fca5efd1a83f6a1dd3fd33936090a7aeb5c56
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Apr 1 01:29:57 2016 +0200

    Wrong subroutine in error message
    
    I shouldn't rely on auto-complete too much, especially for only two
    characters...

diff --git a/bin/varnishd/cache/cache_req_fsm.c b/bin/varnishd/cache/cache_req_fsm.c
index 333083e..321a47a 100644
--- a/bin/varnishd/cache/cache_req_fsm.c
+++ b/bin/varnishd/cache/cache_req_fsm.c
@@ -472,7 +472,7 @@ cnt_lookup(struct worker *wrk, struct req *req)
 		req->req_step = R_STP_PASS;
 		break;
 	default:
-		WRONG("Illegal return from vcl_hash{}");
+		WRONG("Illegal return from vcl_hit{}");
 	}
 
 	/* Drop our object, we won't need it */



More information about the varnish-commit mailing list