Skip to content

Commit 0215d91

Browse files
committed
training: Add missing linefeed to error message
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 52fddc3 commit 0215d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/training/icuerrorcode.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class IcuErrorCode : public icu::ErrorCode {
5252

5353
protected:
5454
virtual void handleFailure() const {
55-
tprintf("ICU ERROR: %s", errorName());
55+
tprintf("ICU ERROR: %s\n", errorName());
5656
exit(errorCode);
5757
}
5858

0 commit comments

Comments
 (0)