r1885 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Aug 20 12:41:17 CEST 2007


Author: phk
Date: 2007-08-20 12:41:17 +0200 (Mon, 20 Aug 2007)
New Revision: 1885

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Get number of '%' signs right in param.show message for cc_command.


Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2007-08-20 10:39:05 UTC (rev 1884)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2007-08-20 10:41:17 UTC (rev 1885)
@@ -731,7 +731,7 @@
 	{ "cc_command", tweak_cc_command,
 		"Command used for compiling the C source code to a "
 		"dlopen(3) loadable object.\n"
-		"NB: The string must contain two %%s sequences which "
+		"NB: The string must contain two %s sequences which "
 		"will be replaced by the binary and source file names "
 		"respectively.\n"
 		MUST_RELOAD,




More information about the varnish-commit mailing list