desktop/source/lib/init.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0ab5be0e1e2a0149d57549613c32cee3668a7ac1 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Tue Oct 15 12:36:42 2019 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Thu Oct 31 09:48:45 2019 +0100 Bin a fairly pointless unconditional NSLog() call Change-Id: I7c1910c3e1bf345966ec289aaf5f9c9b6cbabc22 (cherry picked from commit 525163c074785a0b59590ca13f0d1cd6cdc1b2db) Reviewed-on: https://gerrit.libreoffice.org/81823 Reviewed-by: Tor Lillqvist <t...@collabora.com> Tested-by: Tor Lillqvist <t...@collabora.com> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index d316997bab46..3124e999fe56 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -5589,10 +5589,10 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath, const char { // Quick test that ICU works... UConverter *cnv = ucnv_open("iso-8859-3", &icuStatus); - NSLog(@"ucnv_open(iso-8859-3)-> %p, err = %s, name=%s", - (void *)cnv, u_errorName(icuStatus), (!cnv)?"?":ucnv_getName(cnv,&icuStatus)); if (U_SUCCESS(icuStatus)) ucnv_close(cnv); + else + NSLog(@"ucnv_open() failed: %s", u_errorName(icuStatus)); } } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits