Fixed typo causing build failure.

Introduced in 6ffb84b08e.
This commit is contained in:
Oliver Hamlet
2015-02-04 12:25:04 +00:00
parent f92c10987e
commit e86b58487e
+1 -1
View File
@@ -870,7 +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.";
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;