[mythtv-commits] Ticket #1732: Fix "Saving lineup..." log message

MythTV mythtv at cvs.mythtv.org
Mon Apr 24 23:17:08 UTC 2006


#1732: Fix "Saving lineup..."  log message
----------------------------------------------+-----------------------------
 Reporter:  sphery <mtdean at thirdcontact.com>  |       Owner:  danielk
     Type:  patch                             |      Status:  new    
 Priority:  trivial                           |   Milestone:         
Component:  mythtv                            |     Version:         
 Severity:  low                               |  
----------------------------------------------+-----------------------------
 Attached trivial patch corrects an off-by-one error affecting only the
 "Saving lineup..." log message.  Because of the "action=Update" parameter
 on the !PostList (line 1174), size() returns one more than the number of
 channels in the lineup.  I also considered moving the VERBOSE to before
 line 1174 so the size would be the number of channels when used for the
 VERBOSE, but didn't really think it makes much difference, so I just
 subtracted one from size() instead.

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


More information about the mythtv-commits mailing list