From 040e933cd88c2d6ee5ae5dd26cab90de69169fb7 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 7 Mar 2002 11:45:18 +0000 Subject: Added a boolean parameter HTTPD::verbose (always steerable, defaulting to "no") to tell whether to print HTTP connect messages or not. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@156 1faa4e14-9dd3-4be0-9f0e-ffe519881164 --- param.ccl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/param.ccl b/param.ccl index 2a0cb9e..5eef214 100644 --- a/param.ccl +++ b/param.ccl @@ -60,15 +60,10 @@ BOOLEAN use_pthreads "Use a threaded implementation if possible ?" { } "no" -BOOLEAN announce_server_url "Announce HTTPD server URL into an HTML file ?" +BOOLEAN verbose "Print information about HTTP requests" STEERABLE = ALWAYS { } "no" -STRING announce_server_url_outdir "Where to write the HTTPD server URL HTML file to ?" -{ - ".+" :: "Any string" -} "." - ################################################################## # Tuning parameters -- cgit v1.2.3