[master] 5a1567e Output the wizard flag in the docs too

Tollef Fog Heen tfheen at varnish-cache.org
Mon Mar 11 08:59:55 CET 2013


commit 5a1567e932a958fbee0977225dcbec634c9543cf
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Mon Mar 11 08:48:27 2013 +0100

    Output the wizard flag in the docs too

diff --git a/bin/varnishd/mgt/mgt_param.c b/bin/varnishd/mgt/mgt_param.c
index f83fb84..af4a982 100644
--- a/bin/varnishd/mgt/mgt_param.c
+++ b/bin/varnishd/mgt/mgt_param.c
@@ -950,6 +950,10 @@ MCF_DumpRstParam(void)
 				printf("%sexperimental", q);
 				q = ", ";
 			}
+			if (pp->flags & WIZARD) {
+				printf("%swizard", q);
+				q = ", ";
+			}
 			printf("\n");
 		}
 		printf("\n\t");



More information about the varnish-commit mailing list