Merge pull request #2171 from Diapolo/init

add InitMessage() to noui and use debug.log for GUI
This commit is contained in:
Wladimir J. van der Laan
2013-01-19 06:29:34 -08:00
3 changed files with 10 additions and 4 deletions

View File

@@ -86,6 +86,7 @@ static void InitMessage(const std::string &message)
splashref->showMessage(QString::fromStdString(message), Qt::AlignBottom|Qt::AlignHCenter, QColor(255,255,200));
QApplication::instance()->processEvents();
}
printf("init message: %s\n", message.c_str());
}
static void QueueShutdown()