fix log init

This commit is contained in:
moneromooo.monero 2017-02-18 20:45:15 +00:00
parent c6688dc876
commit 27541f6ec9

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