From 5c3f5e841c7268504fa8b20ae9bf750ad75bc3d2 Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 9 Mar 2016 11:24:17 +0100 Subject: [PATCH] Changed: Write a warning instead of error --HG-- branch : develop --- code/nel/src/misc/i18n.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/src/misc/i18n.cpp b/code/nel/src/misc/i18n.cpp index d049a7ca3..2f1bee325 100644 --- a/code/nel/src/misc/i18n.cpp +++ b/code/nel/src/misc/i18n.cpp @@ -293,7 +293,7 @@ std::string CI18N::getSystemLanguageCode () } else { - nlerror("Unable to convert CFStringRef to string"); + nlwarning("Unable to convert CFStringRef to string"); } delete [] tmp;