[mythtv-commits] mythtv commit: r21396 - in trunk/mythtv by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Aug 21 06:46:17 UTC 2009


      Author: cpinkham
        Date: 2009-08-21 06:46:17 +0000 (Fri, 21 Aug 2009)
New Revision: 21396
   Changeset: http://cvs.mythtv.org/trac/changeset/21396

Modified:

   trunk/mythtv/libs/libmythdb/mythverbose.cpp
   trunk/mythtv/programs/mythbackend/main.cpp
   trunk/mythtv/programs/mythbackend/mainserver.cpp
   trunk/mythtv/programs/mythbackend/mainserver.h
   trunk/mythtv/programs/mythfrontend/networkcontrol.cpp
   trunk/mythtv/programs/mythfrontend/networkcontrol.h

Log:

Add the ability to change the verbose level of a running mythfrontend and
master mythbackend.

To change a frontend's verbose level, connect to the telnet/networkcontrol
interface and issue "set verbose DEBUG-LEVEL" where DEBUG-LEVEL is the same
list of network,database,upnp etc. that you can use from the command line
with "-v".

To change the master backend's verbose level, run
"mythbackend --setverbose DEBUG-LEVEL" where DEBUG-LEVEL is that same
set of items that you use with "-v".

The change either back to the default debug level (currently "important,general") use the word "default" for the DEBUG-LEVEL.

Closes #6190 using a modified patch from Bill Cizek.






More information about the mythtv-commits mailing list