Skip to content

Commit

Permalink
Add OS/CPU architecture to log output
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Dec 10, 2019
1 parent c42f9cd commit 5cc50b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythbase/mythcommandlineparser.cpp
Expand Up @@ -2589,6 +2589,8 @@ int MythCommandLineParser::ConfigureLogging(const QString& mask, unsigned int pr
.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_INFO, QString("%1 (%2)")
.arg(QSysInfo::prettyProductName()).arg(QSysInfo::currentCpuArchitecture()));
LOG(VB_GENERAL, LOG_NOTICE,
QString("Enabled verbose msgs: %1").arg(verboseString));

Expand Down

0 comments on commit 5cc50b8

Please sign in to comment.