Changed: Write a warning instead of error
This commit is contained in:
parent
3300934591
commit
97f6cfe760
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