From a15a7955c91e60357fe131f3610e403046fc29e4 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 20 Aug 2007 10:41:17 +0000 Subject: [PATCH] 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 --- varnish-cache/bin/varnishd/mgt_param.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5