We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fddc3 commit 0215d91Copy full SHA for 0215d91
src/training/icuerrorcode.h
@@ -52,7 +52,7 @@ class IcuErrorCode : public icu::ErrorCode {
52
53
protected:
54
virtual void handleFailure() const {
55
- tprintf("ICU ERROR: %s", errorName());
+ tprintf("ICU ERROR: %s\n", errorName());
56
exit(errorCode);
57
}
58
0 commit comments