r4530 - trunk/varnish-cache/bin/varnishtop

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Feb 3 09:40:23 CET 2010


Author: tfheen
Date: 2010-02-03 09:40:23 +0100 (Wed, 03 Feb 2010)
New Revision: 4530

Modified:
   trunk/varnish-cache/bin/varnishtop/varnishtop.c
Log:
Print the whole tag in once mode

Modified: trunk/varnish-cache/bin/varnishtop/varnishtop.c
===================================================================
--- trunk/varnish-cache/bin/varnishtop/varnishtop.c	2010-02-02 23:37:43 UTC (rev 4529)
+++ trunk/varnish-cache/bin/varnishtop/varnishtop.c	2010-02-03 08:40:23 UTC (rev 4530)
@@ -276,7 +276,7 @@
 		len = SHMLOG_LEN(tp->rec);
 		printf("%9.2f %s %*.*s\n",
 		    tp->count, VSL_tags[tp->rec[SHMLOG_TAG]],
-		    len, len, tp->rec + SHMLOG_DATA);
+		    len, len, tp->rec_data);
 	}
 }
 



More information about the varnish-commit mailing list