diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 1ee3d63..638d7d8 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -228,7 +228,7 @@ MainWindow::MainWindow(QWidget *parent) : if (reply.toUpper().trimmed() != "OK") { QMessageBox::warning(this, tr("Failed to restore wallet"), - tr("Couldn't restore the wallet") + "\n" + "server=" + config->server "\n" + reply, + tr("Couldn't restore the wallet") + "\n" + "server=" + config->server + "\n" + reply, QMessageBox::Ok); return false; }