mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add logging statement after setting load order
This commit is contained in:
@@ -131,6 +131,8 @@ void LoadOrderHandler::SetLoadOrder(const std::vector<std::string>& loadOrder) c
|
||||
delete[] pluginArr;
|
||||
|
||||
HandleError("set the load order", ret);
|
||||
|
||||
BOOST_LOG_TRIVIAL(info) << "Load order set successfully.";
|
||||
}
|
||||
|
||||
void LoadOrderHandler::HandleError(const std::string& operation, unsigned int returnCode) const {
|
||||
|
||||
Reference in New Issue
Block a user