mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 04:51:52 +00:00
Changed: Write a warning instead of error
--HG-- branch : develop
This commit is contained in:
parent
faae2973ac
commit
5c3f5e841c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue