[mythtv-commits] Ticket #11195: Patch: Adds detail when mythfilldatabase cache isn't writable

MythTV noreply at mythtv.org
Thu Dec 6 23:52:27 UTC 2012


#11195: Patch: Adds detail when mythfilldatabase cache isn't writable
---------------------------------------+-----------------------------
 Reporter:  Bill Meek <keemllib@…>     |          Owner:  danielk
     Type:  Patch - Feature            |         Status:  accepted
 Priority:  minor                      |      Milestone:  0.27
Component:  MythTV - Mythfilldatabase  |        Version:  Master Head
 Severity:  medium                     |     Resolution:
 Keywords:                             |  Ticket locked:  0
---------------------------------------+-----------------------------

Comment (by Bill Meek <keemllib@…>):

 Apologies if this was waiting for more data from me. The
 fix is working fine. I have two logging suggestions:

 The text in: libs/libmythtv/datadirect.cpp
 {{{
 +    LOG(VB_GENERAL, LOG_INFO, LOC + QString("Using Suggested Time
 Filename '%1'")
 +        .arg(resultFilename));
 }}}
 needs a tuneup. "Using Filename '%1'" would make more sense in the log
 (remove Suggested Time.)

 And in libs/libmythtv/datadirect.cpp, this LOG()
 {{{
 +    LOG(VB_GENERAL, LOG_INFO, LOC + QString("Using input '%1'")
 +        .arg(inputfile));
 }}}
 always prints as:
 {{{
 ... CoreContext datadirect.cpp:1182 (GrabData) - DataDirect: Using input
 ''
 }}}
 in my log files (there is never any text between the aphostrophies.)

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11195#comment:6>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list