mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00
Fix build
This commit is contained in:
parent
d5298c1011
commit
3b2d8a2b5e
@ -170,7 +170,7 @@ void ThingTypeManager::loadOtb(const std::string& file)
|
|||||||
|
|
||||||
m_otbLoaded = true;
|
m_otbLoaded = true;
|
||||||
} catch(std::exception& e) {
|
} 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()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user