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 b31ee07 commit ad3847a
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 @@ -344,7 +344,7 @@ defmodule Plug.Conn.Utils do
error_code when error_code in 100..999 ->
:ok =
Logger.warn(
"Invalid UTF-8 on #{context}, got byte #{byte} in position #{byte_position}",
"invalid UTF-8 on #{context}, got byte #{byte} in position #{byte_position}",
error: @utf8_error_code,
context: context,
byte: byte
Expand Down

0 comments on commit ad3847a

Please sign in to comment.