[mythtv-commits] Ticket #3478: null originalairdate values in recorded table produces lots of cosmetic errors to logs

MythTV mythtv at cvs.mythtv.org
Sun Nov 25 17:41:22 UTC 2007


#3478: null originalairdate values in recorded table produces lots of cosmetic
errors to logs
----------------------------------+-----------------------------------------
 Reporter:  otto at kolsi dot fi  |        Owner:  danielk
     Type:  defect                |       Status:  closed 
 Priority:  trivial               |    Milestone:  unknown
Component:  mythtv                |      Version:  head   
 Severity:  low                   |   Resolution:  fixed  
  Mlocked:  0                     |  
----------------------------------+-----------------------------------------
Changes (by danielk):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 (In [14953]) Fixes #3478. Quiet logs about invalid dates when parsing
 programinfo.

 This patch from mtdean just checks for empty and '0000-00-00' dates in
 ProgramInfo::FromStringList() before parsing them, and set's them to a
 null date in this case, rather than having QDateTime do it for us and
 print a warning. The dates can be null on a normally functioning MythTV
 system so we shouldn't be printing these warnings constantly.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3478#comment:7>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list