Skip to content

Commit

Permalink
chore: improve stage log headers (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Feb 24, 2025
1 parent 2a90a33 commit d9d8419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/fal/src/fal/logging/isolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def _maybe_print_header(self, source: LogSource):
return

msg = {
LogSource.BUILDER: "Building the environment",
LogSource.BRIDGE: "Unpacking user code",
LogSource.BUILDER: "Preparing the environment",
LogSource.BRIDGE: "Setting up runtime",
LogSource.USER: "Running",
}.get(source)

Expand Down

0 comments on commit d9d8419

Please sign in to comment.