From: tobtoht Date: Sat, 14 Aug 2021 14:22:21 +0000 (+0200) Subject: Rename core logfile X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=05512945e982207dcf3fbfe3eedec26cb20b4074;p=gamesguru%2Ffeather.git Rename core logfile --- diff --git a/src/main.cpp b/src/main.cpp index 46fef960..68501959 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -139,7 +139,7 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) { } // Setup logging - QString logPath = QString("%1/daemon.log").arg(configDir); + QString logPath = QString("%1/libwallet.log").arg(configDir); Monero::Utils::onStartup(); Monero::Wallet::init("", "feather", logPath.toStdString(), true);