Daniel Gibbs 10 years ago
parent
commit
263b413e81
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/tests_jc2server.sh

+ 1 - 0
tests/tests_jc2server.sh

@@ -113,6 +113,7 @@ fn_setstatus(){
     while [  "${requiredstatus}" != "${currentstatus}" ]; do
     	counter=$((counter+1))
     	fn_currentstatus
+    	echo "REQ: ${requiredstatus} CUR:${currentstatus}"
 		echo -ne "New status:  ${currentstatus}\\r"
     	
 		if [ "${requiredstatus}" == "ONLINE" ]; then