Skip to content

Commit

Permalink
Fix log file name
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffu committed May 25, 2018
1 parent af079c5 commit 35b9ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35b9ab6

Please sign in to comment.