[mythtv-commits] Ticket #12310: mythcommflag --video doesn't understand SGs

MythTV noreply at mythtv.org
Tue Nov 11 22:18:40 UTC 2014


#12310: mythcommflag --video doesn't understand SGs
----------------------------------+-----------------------------
 Reporter:  J.Pilk@…              |          Owner:
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - General      |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:  mythcommflag          |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by J.Pilk@…):

 By analogy with the code a few lines later, I suggest replacing

             LOG(VB_GENERAL, LOG_ERR,
                 "Unable to find file in defined storage paths.");
 by
        LOG(VB_GENERAL, LOG_ERR,
             QString("Unable to find %1").arg(filename));

 at   mythtv/programs/mythcommflag/main.cpp line 1027

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12310#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list