Turned off all debug messages
authorGeorge Milescu <george.milescu@gmail.com>
Sat, 7 Aug 2010 17:05:19 +0000 (19:05 +0200)
committerGeorge Milescu <george.milescu@gmail.com>
Sat, 7 Aug 2010 17:05:19 +0000 (19:05 +0200)
Signed-off-by: George Milescu <george.milescu@gmail.com>
ConfigFiles/client_script_mappings
ControlScripts/detect_complete_client.sh
ControlScripts/parse_client_log.sh
ControlScripts/schedule_client.sh
ControlScripts/stop_client.sh

index f7a1b2f..64367cd 100644 (file)
@@ -7,7 +7,7 @@
 
 DEBUG()
 {
-       test ${_DEBUG} = "off" && $@
+       test ${_DEBUG} = "on" && $@
 }
 
 start_client()
index 4d7c960..972dc3c 100755 (executable)
@@ -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
index 437acf5..b450408 100755 (executable)
@@ -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
index e445ccf..9c3fe63 100755 (executable)
@@ -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
index 27ab8ff..d4d7b3f 100755 (executable)
@@ -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