From 80194fe6113bd19d474f494205fc4bb586894fe9 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sun, 17 May 2020 18:29:42 -0400 Subject: [PATCH] log command line --- src/conf.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/conf.cpp b/src/conf.cpp index 56813d5..bee73d8 100644 --- a/src/conf.cpp +++ b/src/conf.cpp @@ -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);