Mailing List Archive

r2512 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2008-02-18 13:00:19 +0100 (Mon, 18 Feb 2008)
New Revision: 2512

Modified:
trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Uncapitalize DIAGNOSTICS, since diag_bitmap is not related to the
#ifdef, which we retain for really heavy duty instrumentation, should
we ever need that.


Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c 2008-02-18 11:54:30 UTC (rev 2511)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c 2008-02-18 12:00:19 UTC (rev 2512)
@@ -637,7 +637,7 @@
0,
"8192", "bytes" },
{ "diag_bitmap", tweak_diag_bitmap, 0, 0, 0,
- "Bitmap controlling DIAGNOSTICS code:\n"
+ "Bitmap controlling diagnostics code:\n"
" 0x00000001 - CNT_Session states.\n"
" 0x00000002 - workspace debugging.\n"
" 0x00000004 - kqueue debugging.\n"