Skip to content

Commit 6044b02

Browse files
committed
Add %VERBOSEMODE% option to jobqueue to pass through logging options
1 parent 3411274 commit 6044b02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mythtv/libs/libmythtv/jobqueue.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,6 +1775,7 @@ QString JobQueue::GetJobCommand(int id, int jobType, ProgramInfo *tmpInfo)
17751775
tmpInfo->SubstituteMatches(command);
17761776

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

17791780
uint transcoder = tmpInfo->QueryTranscoderID();
17801781
command.replace("%TRANSPROFILE%",

0 commit comments

Comments
 (0)