Fix logging message.

This commit is contained in:
Guillaume Melquiond 2005-03-25 15:43:42 +00:00
parent 38be702982
commit 613b4aa37f

View file

@ -166,7 +166,7 @@ bool set_language(const language_def& locale)
config* langp = cfg.child("language");
if (langp == NULL) {
std::cerr << "No [language] block found in english.cfg";
std::cerr << "No [language] block found in english.cfg\n";
return false;
}