From 5a51135dd98c94e5eb5bca8df8f6003f1a972402 Mon Sep 17 00:00:00 2001 From: George Milescu Date: Sat, 7 Aug 2010 19:05:19 +0200 Subject: [PATCH] Turned off all debug messages Signed-off-by: George Milescu --- ConfigFiles/client_script_mappings | 2 +- ControlScripts/detect_complete_client.sh | 2 +- ControlScripts/parse_client_log.sh | 2 +- ControlScripts/schedule_client.sh | 2 +- ControlScripts/stop_client.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ConfigFiles/client_script_mappings b/ConfigFiles/client_script_mappings index f7a1b2f..64367cd 100644 --- a/ConfigFiles/client_script_mappings +++ b/ConfigFiles/client_script_mappings @@ -7,7 +7,7 @@ DEBUG() { - test ${_DEBUG} = "off" && $@ + test ${_DEBUG} = "on" && $@ } start_client() diff --git a/ControlScripts/detect_complete_client.sh b/ControlScripts/detect_complete_client.sh index 4d7c960..972dc3c 100755 --- a/ControlScripts/detect_complete_client.sh +++ b/ControlScripts/detect_complete_client.sh @@ -9,7 +9,7 @@ # Command line argument specifies client type # use _DEBUG="off" to turn off debug printing -_DEBUG="on" +_DEBUG="off" if test $# -ne 1; then echo "usage: $0 log-file" 1>&2 diff --git a/ControlScripts/parse_client_log.sh b/ControlScripts/parse_client_log.sh index 437acf5..b450408 100755 --- a/ControlScripts/parse_client_log.sh +++ b/ControlScripts/parse_client_log.sh @@ -9,7 +9,7 @@ # Command line argument specifies client type, log folder and log file # use _DEBUG="off" to turn off debug printing -_DEBUG="on" +_DEBUG="off" if test $# -ne 3; then echo "usage: $0 client-type log-folder log-file" 1>&2 diff --git a/ControlScripts/schedule_client.sh b/ControlScripts/schedule_client.sh index e445ccf..9c3fe63 100755 --- a/ControlScripts/schedule_client.sh +++ b/ControlScripts/schedule_client.sh @@ -8,7 +8,7 @@ # * manages when client completes # use _DEBUG="off" to turn off debug printing -_DEBUG="on" +_DEBUG="off" # Read the global configuration file # Check if the global configuration file exists diff --git a/ControlScripts/stop_client.sh b/ControlScripts/stop_client.sh index 27ab8ff..d4d7b3f 100755 --- a/ControlScripts/stop_client.sh +++ b/ControlScripts/stop_client.sh @@ -8,7 +8,7 @@ # * stop schedule_client.sh script # use _DEBUG="off" to turn off debug printing -_DEBUG="on" +_DEBUG="off" # Read the global configuration file # Check if the global configuration file exists -- 2.20.1