Add logging statement after setting load order

This commit is contained in:
Oliver Hamlet
2017-10-27 22:39:12 +01:00
parent 622ad5f833
commit 7b589262eb
+2
View File
@@ -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 {