Skip to content

Commit

Permalink
Update lib/grpc/server/adapters/cowboy/handler.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Adriano Santos <solid.sistemas@gmail.com>
  • Loading branch information
beligante and sleipnir authored Jul 11, 2024
1 parent 4ecf56b commit 454ad46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grpc/server/adapters/cowboy/handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ defmodule GRPC.Server.Adapters.Cowboy.Handler do
{:wait, ref}
end

defp log_error(%AdapterException{kind: kind} = exception, stacktrace) do
defp log_error(%ReportException{kind: kind} = exception, stacktrace) do
crash_reason = GRPC.Logger.crash_reason(kind, exception, stacktrace)

kind
Expand Down

0 comments on commit 454ad46

Please sign in to comment.