Skip to content

Commit

Permalink
warning issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkMarmot committed Apr 15, 2024
1 parent 9f33ae9 commit fd07fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hl7/query.ex
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ defmodule HL7.Query do
new_data =
Map.merge(data, assignments, fn
:index, v1, _v2 ->
Logger.warn("HL7 data :index cannot be overwritten (used for selection position).")
Logger.warning("HL7 data :index cannot be overwritten (used for selection position).")
v1

_, _, v2 ->
Expand Down

0 comments on commit fd07fa1

Please sign in to comment.