Skip to content

Commit

Permalink
pass PR test
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhanks committed Dec 27, 2023
1 parent 4265e2e commit b8f33f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plug/conn/utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ defmodule Plug.Conn.Utils do

error_code when error_code in 100..999 ->
:ok =
Logger.warning(
Logger.warn(
"Invalid UTF-8 on #{context}, got byte #{byte} in position #{byte_position}",
error: @utf8_error_code,
context: context,
Expand Down

0 comments on commit b8f33f2

Please sign in to comment.