[mythtv-commits] Ticket #1391: backend log does not show most recent log entry

MythTV mythtv at cvs.mythtv.org
Sat Feb 25 01:18:11 UTC 2006


#1391: backend log does not show most recent log entry
---------------------+------------------------------------------------------
 Reporter:  briand   |       Owner:  xris
     Type:  defect   |      Status:  new 
 Priority:  minor    |   Milestone:      
Component:  mythweb  |     Version:  0.19
 Severity:  low      |  
---------------------+------------------------------------------------------
 I've grown rather fond of the backend log screen, having only recently
 changed over to keeping the log in the database.  I really enjoy this
 feature, however it does not show the most recent event in the log -- I
 noticed that it'll often show 'Commercial Flagging Starting' or 'Transcode
 Starting' or  'Started recording', even if those events had actually ended
 hours ago.

 In MySQL, run the following SQL statement:


 {{{
 SELECT * FROM mythlog WHERE LOGID=<number one greater than maximum
 displayed in mythweb>
 }}}


 ...and it will, indeed, indicate one more recent entry than that
 displayed.

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


More information about the mythtv-commits mailing list