Minor improvement to debug message.

This commit is contained in:
Oliver Hamlet
2015-02-04 12:06:37 +00:00
parent 30d4332798
commit 6ffb84b08e
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -815,7 +815,6 @@ namespace loot {
}
//Also check install validity.
BOOST_LOG_TRIVIAL(trace) << "Checking that the current install is valid according to this plugin's data.";
graph[v].CheckInstallValidity(*this);
}
+1
View File
@@ -870,6 +870,7 @@ namespace loot {
}
bool Plugin::CheckInstallValidity(const Game& game) {
BOOST_LOG_TRIVIAL(trace) << "Checking that the current install is valid according to " << _name << "'s data.";
unsigned int messageType;
if (game.IsActive(name))
messageType = loot::Message::error;
-1
View File
@@ -965,7 +965,6 @@ namespace loot {
}
//Also check install validity.
BOOST_LOG_TRIVIAL(trace) << "Checking that the current install is valid according to this plugin's data.";
bool isDirty = tempPlugin.CheckInstallValidity(g_app_state.CurrentGame());
// Now add to pluginNode.