Skip to content

Commit

Permalink
Merge pull request #5 from stoffu/aeon-log-filename
Browse files Browse the repository at this point in the history
Fix log file name
  • Loading branch information
aeonix authored Jun 6, 2018
2 parents af079c5 + 35b9ab6 commit e52ffaf
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 e52ffaf

Please sign in to comment.