Merge pull request #480

27541f6 fix log init (moneromooo.monero)
This commit is contained in:
Riccardo Spagni 2017-02-24 16:02:51 +02:00
commit 6a40d38b93
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -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);