mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 16:16:17 +00:00
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:
parent
61fb097e5d
commit
89ce94ce96
@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user