Commit 397fca5e authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Wrong subroutine in error message

I shouldn't rely on auto-complete too much, especially for only two
characters...
parent e7f07bee
......@@ -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 */
......
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