mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Print the EOL date to the log file
ref T319
This commit is contained in:
committed by
Klaus Basan
parent
5193745d12
commit
3770b02ea7
@@ -130,6 +130,8 @@ namespace BlackMisc
|
||||
m_stream << " and running with Qt " << qVersion();
|
||||
m_stream << " " << QSysInfo::buildAbi() << endl;
|
||||
|
||||
m_stream << "Program is going to expire on " + CBuildConfig::getEol().toString() << "." << endl;
|
||||
|
||||
m_stream << "Application started." << endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user