From f7309c34cfb086765a0331f794ccaf800dcfaa06 Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Fri, 25 May 2018 02:27:51 +0000 Subject: [PATCH] ICU-13788 Improving error message printing in DateFmtPerf.cpp X-SVN-Rev: 41458 --- icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.cpp b/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.cpp index 4f053c35615..d0a729550fc 100644 --- a/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.cpp +++ b/icu4c/source/test/perf/DateFmtPerf/DateFmtPerf.cpp @@ -278,7 +278,7 @@ int main(int argc, const char* argv[]){ if(U_FAILURE(status)){ // ERROR HERE!!! - cout << "initialize failed! " << status << endl; + cout << "initialize failed! " << u_errorName(status) << endl; return status; } //cout << "Done initializing!\n" << endl; -- 2.40.0