[mythtv-commits] Ticket #3782: Reassign some EIT logging output from VB_GENERAL to VB_EIT

MythTV mythtv at cvs.mythtv.org
Tue Jul 31 11:35:22 UTC 2007


#3782: Reassign some EIT logging output from VB_GENERAL to VB_EIT
-----------------------------------------------------------------+----------
 Reporter:  Nick Morrott <knowledgejunkie [at] gmail [dot] com>  |       Owner:  ijr    
     Type:  patch                                                |      Status:  new    
 Priority:  minor                                                |   Milestone:  unknown
Component:  mythtv                                               |     Version:  head   
 Severity:  medium                                               |     Mlocked:  0      
-----------------------------------------------------------------+----------
 The EIT grabber currently outputs regular log output to the VB_GENERAL
 target which can swamp the standard log. For example:

 {{{
 2007-07-30 18:37:10.030 EITScanner: Now looking for EIT data on multiplex
 of channel 901
 2007-07-30 18:38:02.532 EITScanner: Now looking for EIT data on multiplex
 of channel 905
 2007-07-30 18:38:23.516 EITScanner: Now looking for EIT data on multiplex
 of channel 905
 2007-07-30 18:40:15.490 EITScanner: Now looking for EIT data on multiplex
 of channel 905
 2007-07-30 18:41:30.331 EITScanner: Now looking for EIT data on multiplex
 of channel 901
 2007-07-30 18:41:40.007 EITScanner: Now looking for EIT data on multiplex
 of channel 901
 2007-07-30 18:43:21.068 EITScanner: Now looking for EIT data on multiplex
 of channel 901
 2007-07-30 18:44:56.398 EITScanner: Now looking for EIT data on multiplex
 of channel 905
 2007-07-30 18:44:57.992 EITScanner: Now looking for EIT data on multiplex
 of channel 905
 2007-07-30 18:46:26.536 EITScanner: Now looking for EIT data on multiplex
 of channel 905
 2007-07-30 18:48:13.250 EITScanner: Now looking for EIT data on multiplex
 of channel 901
 2007-07-30 18:48:25.812 EITScanner: Now looking for EIT data on multiplex
 of channel 901
 2007-07-30 18:49:32.144 EITScanner: Now looking for EIT data on multiplex
 of channel 901
 }}}

 This patch reassigns these log messages to the VB_EIT target to give users
 control over whether to see this output by specifying the eit log target.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3782>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list