Commit ade5bdf9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Give coords for WRONG



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3855 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b439eb71
......@@ -260,7 +260,7 @@ pan_ic(const char *func, const char *file, int line, const char *cond,
switch(xxx) {
case 3:
vsb_printf(vsp,
"Wrong turn:\n%s\n", cond);
"Wrong turn at %s:%d:\n%s\n", file, line, cond);
break;
case 2:
vsb_printf(vsp,
......
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