mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix inaccurate log message
This commit is contained in:
@@ -147,7 +147,7 @@ void LoadOrderHandler::HandleError(const std::string& operation, unsigned int re
|
||||
err = "libloadorder failed to " + operation + ". Details could not be fetched.";
|
||||
}
|
||||
else {
|
||||
err = (format("libloadorder failed to set the load order. Details: %1%") % e).str();
|
||||
err = (format("libloadorder failed to " + operation + ". Details: %1%") % e).str();
|
||||
}
|
||||
|
||||
BOOST_LOG_TRIVIAL(error) << err;
|
||||
|
||||
Reference in New Issue
Block a user