[mythtv-commits] Ticket #2699: 200Mb logfiles per day, mostly "Program #10351 not found in PAT!"

MythTV mythtv at cvs.mythtv.org
Mon Nov 20 01:51:28 UTC 2006


#2699: 200Mb logfiles per day, mostly "Program #10351 not found in PAT!"
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  ijr    
     Type:  defect     |       Status:  new    
 Priority:  minor      |    Milestone:  unknown
Component:  mythtv     |      Version:  0.20   
 Severity:  medium     |   Resolution:         
-----------------------+----------------------------------------------------
Comment (by anonymous):

 My fix is to change this to channel logging.


 {{{
          QString errStr = QString("Program #%1 not found in PAT!")
              .arg(programNumber);
 -        VERBOSE(VB_IMPORTANT, errStr<<endl<<pat->toString()<<endl);
 +        VERBOSE(VB_CHANNEL, errStr<<endl<<pat->toString()<<endl);
          if (pat->ProgramCount() == 1)
          {
 -            VERBOSE(VB_IMPORTANT, "But there is only one program "
 +            VERBOSE(VB_CHANNEL, "But there is only one program "
                      "in the PAT, so we'll just use it");
 }}}

 ETC...

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2699#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list