aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-10-15 22:03:53 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-10-15 22:03:53 +0000
commit0b1e40744a1449efe3daaae419aa1915f30a1403 (patch)
tree229456b248a38c583b9966371101bec4890d71d7 /param.ccl
parent8cb62833f75fba8a2b9fd75827852ca301ab1cf5 (diff)
Register the functions that intercept the warnings and info message
only when the user actually wants to announce them. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@65 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index efafc66..f561ba0 100644
--- a/param.ccl
+++ b/param.ccl
@@ -94,11 +94,11 @@ STRING out_reductions "Reduction operators that should be applied to the output
INT max_warn_level "Only output warnings with at most this level of severity"
{
-1:* :: ""
-} 2
+} -1
BOOLEAN output_info "Output info messages?"
{
-} "yes"
+} "no"