mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
fix log init
This commit is contained in:
parent
c6688dc876
commit
27541f6ec9
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -64,6 +64,7 @@ void messageHandler(QtMsgType type, const QMessageLogContext &context, const QSt
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
Monero::Wallet::init(argv[0], "monero-wallet-gui");
|
||||
|
||||
qInstallMessageHandler(messageHandler);
|
||||
QApplication app(argc, argv);
|
||||
|
|
Loading…
Reference in a new issue