[mythtv-commits] mythtv commit: r11195 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Sep 15 04:31:33 UTC 2006


      Author: cpinkham
        Date: 2006-09-15 04:31:32 +0000 (Fri, 15 Sep 2006)
New Revision: 11195
   Changeset: http://cvs.mythtv.org/trac/changeset/11195

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.h

Log:

Add a "-v most" verbose option to turn on most debugging options except
for 'database' and 'timestamp'.  Essentially 'most' is equal to
'all,nodatabase,notimestamp'.  Both the timestamp and database options 
produce lots of output and aren't required in most cases so a lot of
times people request logs with "-v all,nodatabase".  This allows the use of
"-v most" and skips the really verbose stuff.

This patch also reformats the "#define VERBOSE_MAP" at the top of mythcontext.h
back the way it was originally to make it more readable.  It does go outside
the normal 80-character line limit we prefer in Myth, but it makes the map
much more readable this way.






More information about the mythtv-commits mailing list