Skip to content

Commit 0565352

Browse files
committed
Minor log format change in psm::tools::run_verbose
1 parent ce43c7d commit 0565352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/psm_interop_kokoro_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ psm::tools::run_verbose() {
525525
if (( exit_code == 0 )); then
526526
psm::tools::log "Cmd finished: ${1}"
527527
else
528-
psm::tools::log "Cmd exit code ${exit_code}: '$*'"
528+
psm::tools::log "Cmd failed with exit code ${exit_code}: $*"
529529
fi
530530

531531
return ${exit_code}

0 commit comments

Comments
 (0)