Skip to content

Commit

Permalink
Log the Qt version on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed May 8, 2012
1 parent 0d8e93c commit 3f6ae11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythbase/mythcommandlineparser.cpp
Expand Up @@ -2532,6 +2532,8 @@ int MythCommandLineParser::ConfigureLogging(QString mask, unsigned int progress)
QString("%1 version: %2 [%3] www.mythtv.org")
.arg(QCoreApplication::applicationName())
.arg(MYTH_SOURCE_PATH).arg(MYTH_SOURCE_VERSION));
LOG(VB_GENERAL, LOG_CRIT, QString("Qt version: compile: %1, runtime: %2")
.arg(QT_VERSION_STR).arg(qVersion()));
LOG(VB_GENERAL, LOG_NOTICE,
QString("Enabled verbose msgs: %1").arg(verboseString));

Expand Down

0 comments on commit 3f6ae11

Please sign in to comment.