Write date and time OSCAR started to debug log

This commit is contained in:
Seeker4 2019-06-21 22:08:44 -07:00
parent 1b87dda460
commit bee6364c5e

View File

@ -340,6 +340,7 @@ int main(int argc, char *argv[]) {
QString relinfo = "";
#endif
relinfo = "("+QSysInfo::kernelType()+" "+QSysInfo::currentCpuArchitecture()+relinfo+")";
qDebug() << "OSCAR starting" << QDateTime::currentDateTime();
qDebug().noquote() << STR_AppName << VersionString << relinfo << "Built with Qt" << QT_VERSION_STR << __DATE__ << __TIME__;
////////////////////////////////////////////////////////////////////////////////////////////