[3.0] 62403b5 Misleading use of key= instead of key: which is correct.

Tollef Fog Heen tfheen at varnish-cache.org
Mon Apr 16 10:20:37 CEST 2012


commit 62403b5466a61994f7e67cc9bd6bd245821c6cc1
Author: Lasse Karstensen <lasse at varnish-software.com>
Date:   Wed Dec 28 15:45:36 2011 +0100

    Misleading use of key= instead of key: which is correct.

diff --git a/doc/sphinx/reference/varnishncsa.rst b/doc/sphinx/reference/varnishncsa.rst
index 8499d29..91622d8 100644
--- a/doc/sphinx/reference/varnishncsa.rst
+++ b/doc/sphinx/reference/varnishncsa.rst
@@ -120,7 +120,7 @@ The following options are available:
 		     cache hit, miss, pass, pipe or error.
 	
 		   VCL_Log:key
-		     Output value set by std.log("key=value") in VCL.
+		     Output value set by std.log("key:value") in VCL.
 		     
 
 -m tag:regex only list records where tag matches regex. Multiple



More information about the varnish-commit mailing list