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…
Reference in New Issue