mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Minor logging statement tweak.
This commit is contained in:
+1
-1
@@ -274,7 +274,7 @@ bool LOOT::OnInit() {
|
||||
boost::log::core::get()->set_filter(boost::log::trivial::severity >= boost::log::trivial::trace); //Log everything.
|
||||
}
|
||||
}
|
||||
BOOST_LOG_TRIVIAL(info) << "LOOT Version" << g_version_major << "." << g_version_minor << "." << g_version_patch;
|
||||
BOOST_LOG_TRIVIAL(info) << "LOOT Version: " << g_version_major << "." << g_version_minor << "." << g_version_patch;
|
||||
|
||||
|
||||
//Set the locale to get encoding and language conversions working correctly.
|
||||
|
||||
Reference in New Issue
Block a user