[mythtv-commits] Ticket #3192: getting rid of "no record of '<blockdevice>' in database" messages

MythTV mythtv at cvs.mythtv.org
Sun Mar 11 19:54:10 UTC 2007


#3192: getting rid of "no record of '<blockdevice>' in database" messages
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  patch      |      Status:  new    
 Priority:  trivial    |   Milestone:  unknown
Component:  mythtv     |     Version:  0.20   
 Severity:  low        |  
-----------------------+----------------------------------------------------
 This is really very trivial, but I was trying to figure out where the
 following messages come from in my mythfrontend.log:

 {{{
 no record for '/block/hdc/device' in database
 no record for '/block/hdc/holders' in database
 no record for '/block/hdc/queue' in database
 no record for '/block/hdc/slaves' in database
 no record for '/block/hdc/subsystem' in database
 }}}

 It comes from udevinfo's stderr when called within
 MediaMonitorUnix::GetDeviceFile.

 This patch tells Qt to grab the stderr output as well as the stdout output
 -- preventing the message from spewing to mythfrontend's stderr (and
 therefore the logfile).

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


More information about the mythtv-commits mailing list