Skip to content

Commit

Permalink
Update sdccc/src/main/java/com/draeger/medical/sdccc/messages/Message…
Browse files Browse the repository at this point in the history
…Storage.java

Co-authored-by: Maximilian Pilz <maximilian.pilz.git@gmail.com>
  • Loading branch information
ben-Draeger and maximilianpilz authored Jun 29, 2023
1 parent dbbfd71 commit 19a3884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ protected MessageContent convertMessageToMessageContent(final Message message) {
} else {
this.testRunObserver.invalidateTestRun(String.format(
"Encountered message encoding problem: charset %s was specified, but message "
+ "cannot be decoded using this charset. Either the specified charset is incorrect, "
+ "cannot be decoded using this charset. The specified charset is incorrect, "
+ "or the message contains invalid characters (Message UID='%s').",
messageCharset, message.getID()));
}
Expand Down

0 comments on commit 19a3884

Please sign in to comment.