From fd07fa1d0f25700fd2d72a08d8a7c9a5c1127f64 Mon Sep 17 00:00:00 2001 From: ngu8129 Date: Mon, 15 Apr 2024 09:46:28 -0700 Subject: [PATCH] warning issue --- lib/hl7/query.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hl7/query.ex b/lib/hl7/query.ex index ddd8bfc..c01d167 100644 --- a/lib/hl7/query.ex +++ b/lib/hl7/query.ex @@ -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 ->