Skip to content

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Jan 25, 2025
1 parent 5adc828 commit a5fcb83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/bandit/trace.ex
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ defmodule Bandit.Trace do
) do
connection_span_context = Map.get(metadata, :connection_telemetry_span_context)

IO.puts("=====================================")
IO.puts("======================================")
IO.puts("Starting telemetry trace for exception")
IO.puts("=====================================")
IO.puts("======================================")

:queue.to_list(state.queue)
|> Enum.filter(fn {_, _, metadata, _} ->
Expand All @@ -126,9 +126,9 @@ defmodule Bandit.Trace do
|> inspect(limit: :infinity, pretty: true, printable_limit: :infinity)
|> IO.puts()

IO.puts("======================================")
IO.puts("=======================================")
IO.puts("Completed telemetry trace for exception")
IO.puts("======================================")
IO.puts("=======================================")

:ok
end
Expand Down

0 comments on commit a5fcb83

Please sign in to comment.