Skip to content

Commit

Permalink
SslContextutil/PEM: add "ignored" to "not supported" log message.
Browse files Browse the repository at this point in the history
Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
  • Loading branch information
boaks committed Apr 13, 2024
1 parent 26042c6 commit 4299aaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ public static Credentials loadPemCredentials(PemReader pemReader) throws General
}
keys.setPublicKey(read);
} else {
LOGGER.warn("{} not supported!", tag);
LOGGER.warn("{} not supported, ignored!", tag);
}
}
}
Expand Down

0 comments on commit 4299aaa

Please sign in to comment.