mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
log command line
This commit is contained in:
@@ -855,7 +855,11 @@ void init_options(
|
||||
set_special_options();
|
||||
context::set_log_file(conf::log_file());
|
||||
|
||||
gcx().debug(context::conf,
|
||||
"command line: {}", std::wstring(GetCommandLineW()));
|
||||
|
||||
gcx().debug(context::conf, "using inis in order:");
|
||||
|
||||
for (auto&& ini : inis)
|
||||
gcx().debug(context::conf, " . {}", ini);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user