diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-11-06 05:11:08 -0800 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-11-06 05:11:09 -0800 |
| commit | 3e016477441acdd7e30e0b21694801a4d464f1f7 (patch) | |
| tree | a7974e9acd80a2f6ea678a5b758853997eed3c43 /src/main/main.cpp | |
| parent | f491b4110096279bcfddf31b7d0ee75e008fb8c5 (diff) | |
| parent | 6f5bacabfdb44b1ec3d40754003e5e86e4160d78 (diff) | |
| download | monzero-gui-3e016477441acdd7e30e0b21694801a4d464f1f7.tar.gz monzero-gui-3e016477441acdd7e30e0b21694801a4d464f1f7.tar.xz monzero-gui-3e016477441acdd7e30e0b21694801a4d464f1f7.zip | |
Merge pull request #3209
6f5bacab Logger: print to stdout till log file path gets initialized (xiphon)
Diffstat (limited to 'src/main/main.cpp')
| -rw-r--r-- | src/main/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index 180ac0c9..8a619b84 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -279,7 +279,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)) { |
