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

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