From: phk Date: Mon, 20 Aug 2007 10:41:17 +0000 (+0000) Subject: Get number of '%' signs right in param.show message for cc_command. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a15a7955c91e60357fe131f3610e403046fc29e4;p=varnish Get number of '%' signs right in param.show message for cc_command. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1885 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_param.c b/varnish-cache/bin/varnishd/mgt_param.c index 5d8ba53c..e3b8676a 100644 --- a/varnish-cache/bin/varnishd/mgt_param.c +++ b/varnish-cache/bin/varnishd/mgt_param.c @@ -731,7 +731,7 @@ static struct parspec parspec[] = { { "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,