Changeset 6044b027d in mythtv


Ignore:
Timestamp:
Oct 23, 2011, 3:12:10 AM (13 years ago)
Author:
Raymond Wagner <rwagner@…>
Branches:
devel/2020-player, devel/ffmpeg-resync, devel/gpu-commflag, fixes/0.25, fixes/0.26, fixes/0.27, fixes/0.28, fixes/29, fixes/30, fixes/31, github-templates, master
Children:
023c4ea2d
Parents:
3411274a6b
Message:

Add %VERBOSEMODE% option to jobqueue to pass through logging options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mythtv/libs/libmythtv/jobqueue.cpp

    r3411274a6b r6044b027d  
    17761776
    17771777        command.replace("%VERBOSELEVEL%", QString("%1").arg(verboseMask));
     1778        command.replace("%VERBOSEMODE%", QString("%1").arg(logPropagateArgs));
    17781779
    17791780        uint transcoder = tmpInfo->QueryTranscoderID();
Note: See TracChangeset for help on using the changeset viewer.