From: Jean-Marc Lasgouttes Date: Tue, 6 May 2014 12:29:42 +0000 (+0200) Subject: Turn an error message into a Debug::LOCALE warning X-Git-Tag: 2.2.0alpha1~1977 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ac9a2fa9f8eea4afc9d5afee48328b900838aa34;p=features.git Turn an error message into a Debug::LOCALE warning --- diff --git a/src/support/Messages.cpp b/src/support/Messages.cpp index ef6bb2d022..fd5d22823d 100644 --- a/src/support/Messages.cpp +++ b/src/support/Messages.cpp @@ -250,7 +250,7 @@ bool Messages::readMoFile() string const code = realCode(lang_); if (code.empty()) { - LYXERR0("Cannot find translation for language " << lang_); + LYXERR(Debug::LOCALE, "Cannot find translation for language " << lang_); return false; }