diff --git a/src/blackmisc/filelogger.cpp b/src/blackmisc/filelogger.cpp index b9c5da887..7b5859444 100644 --- a/src/blackmisc/filelogger.cpp +++ b/src/blackmisc/filelogger.cpp @@ -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; }