r3980 - branches/2.0/varnish-cache/bin/varnishd

tfheen at projects.linpro.no tfheen at projects.linpro.no
Mon Mar 23 09:31:26 CET 2009


Author: tfheen
Date: 2009-03-23 09:31:25 +0100 (Mon, 23 Mar 2009)
New Revision: 3980

Modified:
   branches/2.0/varnish-cache/bin/varnishd/cache_panic.c
Log:
Merge r3855: Give coords for WRONG



Modified: branches/2.0/varnish-cache/bin/varnishd/cache_panic.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/cache_panic.c	2009-03-22 16:35:25 UTC (rev 3979)
+++ branches/2.0/varnish-cache/bin/varnishd/cache_panic.c	2009-03-23 08:31:25 UTC (rev 3980)
@@ -260,7 +260,7 @@
 	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,



More information about the varnish-commit mailing list