Skip to content

Commit

Permalink
MythSystemEventHandler: Allow %VERBOSEMODE% for passing logging argum…
Browse files Browse the repository at this point in the history
…ents.
  • Loading branch information
jpoet committed Jun 21, 2019
1 parent d57626f commit 6cf39c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/mythsystemevent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ void MythSystemEventHandler::SubstituteMatches(const QStringList &tokens,
}

command.replace(QString("%VERBOSELEVEL%"), QString("%1").arg(verboseMask));
command.replace("%VERBOSEMODE%", QString("%1").arg(logPropagateArgs));

LOG(VB_FILE, LOG_DEBUG, LOC + QString("SubstituteMatches: AFTER : %1")
.arg(command));
Expand Down

0 comments on commit 6cf39c9

Please sign in to comment.