mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-14 04:29:27 -07:00
Make sure app version is output in log regardless of log level, also show build git hash in log
This commit is contained in:
parent
058b6143a6
commit
bfe4b78b0e
1 changed files with 2 additions and 1 deletions
|
|
@ -2091,6 +2091,8 @@ void GUI_App::init_app_config()
|
|||
set_log_path_and_level(log_filename, 3);
|
||||
#endif
|
||||
|
||||
BOOST_LOG_TRIVIAL(info) << boost::format("gui mode, Current OrcaSlicer Version %1% build %2%") % SoftFever_VERSION % GIT_COMMIT_HASH;
|
||||
|
||||
//BBS: remove GCodeViewer as seperate APP logic
|
||||
if (!app_config)
|
||||
app_config = new AppConfig();
|
||||
|
|
@ -2384,7 +2386,6 @@ bool GUI_App::on_init_inner()
|
|||
}
|
||||
#endif
|
||||
|
||||
BOOST_LOG_TRIVIAL(info) << boost::format("gui mode, Current OrcaSlicer Version %1%")%SoftFever_VERSION;
|
||||
BOOST_LOG_TRIVIAL(info) << get_system_info();
|
||||
|
||||
// initialize label colors and fonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue