T79 Improved log messages.

This commit is contained in:
Mathew Sutcliffe
2017-05-11 16:37:54 +01:00
parent 57b39dcd37
commit f34c48cf6c
3 changed files with 5 additions and 4 deletions

View File

@@ -124,7 +124,7 @@ namespace BlackMisc
m_stream << " " << QSysInfo::currentCpuArchitecture() << endl;
m_stream << "Built from revision " << CBuildConfig::gitHeadSha1();
m_stream << " on " << CBuildConfig::buildTimestamp().toString() << endl;
m_stream << " on " << CBuildConfig::buildDateAndTime() << endl;
m_stream << "Built with Qt " << QT_VERSION_STR;
m_stream << " and running with Qt " << qVersion();