Commit e870e5e4 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge r3855: Give coords for WRONG



git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@3980 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c46e22ce
......@@ -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