mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix an incorrect logging statement
This commit is contained in:
@@ -33,7 +33,7 @@ namespace loot {
|
||||
class GetGameTypesQuery : public Query {
|
||||
public:
|
||||
std::string executeLogic() {
|
||||
BOOST_LOG_TRIVIAL(info) << "Getting LOOT's supported languages.";
|
||||
BOOST_LOG_TRIVIAL(info) << "Getting LOOT's supported game types.";
|
||||
return getGameTypesAsJson();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user