Skip to content

Commit

Permalink
Increase log severity for incompatible serialized leg reference
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet committed Apr 10, 2024
1 parent 4a1b0d0 commit 8754908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static LegReference decode(String legReference) {
var type = readEnum(in, LegReferenceType.class);
return type.getDeserializer().read(in);
} catch (IOException e) {
LOG.info(
LOG.warn(
"Unable to decode leg reference (incompatible serialization format): '{}'",
legReference,
e
Expand Down

0 comments on commit 8754908

Please sign in to comment.