From 35b9ab6d577bc0451bc814c77e8bbebda4bc290f Mon Sep 17 00:00:00 2001 From: stoffu Date: Fri, 25 May 2018 13:47:19 +0900 Subject: [PATCH] Fix log file name --- Logger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logger.cpp b/Logger.cpp index 660bafccb6..8bc01ea2b3 100644 --- a/Logger.cpp +++ b/Logger.cpp @@ -7,7 +7,7 @@ #include "wallet/api/wallet2_api.h" // default log path by OS (should be writable) -static const QString default_name = "monero-wallet-gui.log"; +static const QString default_name = "aeon-wallet-gui.log"; #if defined(Q_OS_ANDROID) || defined(Q_OS_IOS) static const QString osPath = QStandardPaths::standardLocations(QStandardPaths::AppDataLocation).at(0); #elif defined(Q_OS_WIN)