Writing through the lg::wml log domain isn't equivalent to putting stuff...

...at the end of the lg::wml_error stringstream... why label a commit
like part of a different refactoring task if it also has these
unrelated side-effects?
This commit is contained in:
Ignacio R. Morelle 2009-03-24 12:19:57 +00:00
parent 61fb097e5d
commit 89ce94ce96

View File

@ -39,7 +39,7 @@ static void scan_deprecation_messages(const config &cfg)
{
const std::string &msg = child["message"];
if (msg.empty()) continue;
LOG_STREAM(err, wml) << msg << '\n';
lg::wml_error << msg << '\n';
}
}