HPCC-16349 Added logging to init_thor for frunssh and uslaves check Reviewed-By: Mark Kelly <mark.kelly@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -85,7 +85,11 @@ kill_slaves()
unlock ${LOCK_DIR}/$component/${component}.lock
rm -f $INIT_PID_NAME $instancedir/slaves > /dev/null 2>&1
exit 255
+ else
+ log "Frunssh successful"
fi
+ log "Could not locate $instancedir/uslaves file"