diff --git a/main_tools/ConfPass.sh b/main_tools/ConfPass.sh index c83cad8..b56b845 100755 --- a/main_tools/ConfPass.sh +++ b/main_tools/ConfPass.sh @@ -10,6 +10,8 @@ # Date : 17/06/13 # ##################################################### +echo "### ConfPass.sh ###" + #Check OTMEDIA_HOME env var if [ -z ${OTMEDIA_HOME} ] then diff --git a/main_tools/ExploitConfidencePass.sh b/main_tools/ExploitConfidencePass.sh index a081586..7018bec 100755 --- a/main_tools/ExploitConfidencePass.sh +++ b/main_tools/ExploitConfidencePass.sh @@ -13,6 +13,9 @@ # Date : 25/06/13 # ##################################################### +echo "### ExploitConfidencePass.sh ###" + + # Check OTMEDIA_HOME env var if [ -z ${OTMEDIA_HOME} ] then @@ -133,7 +136,7 @@ then { RES_CONF_DIR=$(cat $CONFPASS_CONFIG_FILE | grep "^RES_CONF_DIR=" | cut -f2 -d"=") RES_CONF=$(cat $CONFPASS_CONFIG_FILE | grep "^CONF_DIR=" | cut -f2 -d"=") - print_warn "Use confidence measure from : $RES_CONF" 1 + print_warn "[${BASENAME}] Use confidence measure from : $RES_CONF" 1 } else { diff --git a/main_tools/FirstPass.sh b/main_tools/FirstPass.sh index 65dcaec..30e853c 100755 --- a/main_tools/FirstPass.sh +++ b/main_tools/FirstPass.sh @@ -10,6 +10,8 @@ # Date : 18/06/13 # ##################################################### +echo "### FirstPass.sh ###" + # Check OTMEDIA_HOME env var if [ -z ${OTMEDIA_HOME} ] then diff --git a/main_tools/RecomposePass.sh b/main_tools/RecomposePass.sh index dd1d38b..72d8f3c 100755 --- a/main_tools/RecomposePass.sh +++ b/main_tools/RecomposePass.sh @@ -8,6 +8,9 @@ # Date : 25/07/13 # ##################################################### +echo "### RecomposePass.sh ###" + + # Check OTMEDIA_HOME env var if [ -z ${OTMEDIA_HOME} ] then diff --git a/main_tools/ScoringRes.sh b/main_tools/ScoringRes.sh index d350948..4f56151 100755 --- a/main_tools/ScoringRes.sh +++ b/main_tools/ScoringRes.sh @@ -8,6 +8,8 @@ # Date : 11/07/13 # ##################################################### +echo "### ScoringRes.sh ###" + # Check OTMEDIA_HOME env var if [ -z ${OTMEDIA_HOME} ] then diff --git a/main_tools/SecondPass.sh b/main_tools/SecondPass.sh index 980ad86..99f2a76 100755 --- a/main_tools/SecondPass.sh +++ b/main_tools/SecondPass.sh @@ -10,6 +10,8 @@ # Date : 18/06/13 # ##################################################### +echo "### SecondPass.sh ###" + # Check OTMEDIA_HOME env var if [ -z ${OTMEDIA_HOME} ] then diff --git a/main_tools/ThirdPass.sh b/main_tools/ThirdPass.sh index 411cd54..2766d3c 100755 --- a/main_tools/ThirdPass.sh +++ b/main_tools/ThirdPass.sh @@ -8,6 +8,8 @@ # Date : 18/07/13 # ##################################################### +echo "### ThirdPass.sh ###" + # Check OTMEDIA_HOME env var if [ -z ${OTMEDIA_HOME} ] then diff --git a/tools/scripts/Tools.sh b/tools/scripts/Tools.sh index a19f85c..b419267 100755 --- a/tools/scripts/Tools.sh +++ b/tools/scripts/Tools.sh @@ -33,7 +33,7 @@ function print_message() # check verbose level if [ $2 -le $VERBOSE ] then - for (( dec=1 ; $dec<$2 ; dec++ )); do echo -ne "\t"; done + #for (( dec=1 ; $dec<$2 ; dec++ )); do echo -ne "\t"; done # print warn if [ $1 = $WARN ]; then echo -ne "##WARNING : $3\n"; exit 0; fi # default info