mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
Fix build
This commit is contained in:
@@ -170,7 +170,7 @@ void ThingTypeManager::loadOtb(const std::string& file)
|
||||
|
||||
m_otbLoaded = true;
|
||||
} catch(std::exception& e) {
|
||||
g_logger.error(stdext::format("Failed to load '%s' (OTB file): %s", file, e.what());)
|
||||
g_logger.error(stdext::format("Failed to load '%s' (OTB file): %s", file, e.what()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user