Skip to content

Commit

Permalink
Simplify the log a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
AJGranowski committed Jan 15, 2025
1 parent 3c5276b commit 1e7ad52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/development/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _octane() {
if [ "$echo_counter" -le 0 ]; then
echo_counter="$MANIFEST_MISSING_LOG_STEPS"
elapsed_time_seconds="$(( $(uptime_seconds) - ${start_time_seconds} ))"
echo "$0 [${elapsed_time_seconds}s]: ${MANIFEST_PATH} not found." >&2
echo "${MANIFEST_PATH} not found (${elapsed_time_seconds}s)" >&2
fi

echo_counter="$(( ${echo_counter} - 1 ))"
Expand Down

0 comments on commit 1e7ad52

Please sign in to comment.