mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: move some level
jira: [none] Change-Id: Ibd0d380b16b30f63144d38a0c34972d8b7c4153f (cherry picked from commit 2da69efd9b0db6c2be6a1b3985bbafb7afc5d3be)
This commit is contained in:
@@ -686,7 +686,7 @@ std::string AppConfig::load()
|
||||
if (iter.value().is_string())
|
||||
m_storage[it.key()][iter.key()] = iter.value().get<std::string>();
|
||||
else {
|
||||
BOOST_LOG_TRIVIAL(trace) << "load config warning...";
|
||||
BOOST_LOG_TRIVIAL(warning) << "load config warning...";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user