mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
Turn an error message into a Debug::LOCALE warning
This commit is contained in:
parent
3cbd343a55
commit
ac9a2fa9f8
@ -250,7 +250,7 @@ bool Messages::readMoFile()
|
|||||||
|
|
||||||
string const code = realCode(lang_);
|
string const code = realCode(lang_);
|
||||||
if (code.empty()) {
|
if (code.empty()) {
|
||||||
LYXERR0("Cannot find translation for language " << lang_);
|
LYXERR(Debug::LOCALE, "Cannot find translation for language " << lang_);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user