Logger: print to stdout till log file path gets initialized

This commit is contained in:
xiphon
2020-11-04 01:42:19 +00:00
parent 04429e85e6
commit 6f5bacabfd
2 changed files with 2 additions and 2 deletions

View File

@@ -275,7 +275,6 @@ Verify update binary using 'shasum'-compatible (SHA256 algo) output signed by tw
if (logLevelOk && logLevel >= 0 && logLevel <= Monero::WalletManagerFactory::LogLevel_Max){
Monero::WalletManagerFactory::setLogLevel(logLevel);
}
qWarning().noquote() << "app startd" << "(log: " + logger.logFilePath() + ")";
if (parser.isSet(verifyUpdateOption))
{