diff --git a/script/deploy/deploySingleContract.sh b/script/deploy/deploySingleContract.sh index 985820ce..b7c1e73d 100755 --- a/script/deploy/deploySingleContract.sh +++ b/script/deploy/deploySingleContract.sh @@ -233,7 +233,7 @@ deploySingleContract() { RETURN_CODE=$? # print return data only if debug mode is activated - echoDebug "RAW_RETURN_DATA: $RAW_RETURN_DATA" + # echoDebug "RAW_RETURN_DATA: $RAW_RETURN_DATA" # check return data for error message (regardless of return code as this is not 100% reliable) if [[ $RAW_RETURN_DATA == *"\"logs\":[]"* && $RAW_RETURN_DATA == *"\"returns\":{}"* ]]; then diff --git a/script/tasks/diamondUpdatePeriphery.sh b/script/tasks/diamondUpdatePeriphery.sh index 56391f03..728a7aaf 100755 --- a/script/tasks/diamondUpdatePeriphery.sh +++ b/script/tasks/diamondUpdatePeriphery.sh @@ -126,7 +126,7 @@ function diamondUpdatePeriphery() { LAST_CALL=1 fi else - echo "[info] contract $CONTRACT not found in target state file > no action required" + warning "contract $CONTRACT not found in target state file. ACTION REQUIRED: Update target state file and try again if this contract should be included." fi done