[mythtv-commits] mythtv/master commit: d75fca5b1 by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Sun Jun 19 22:53:30 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-06-19T15:51:16-07:00
   Push Date:  2011/06/19 15:53:22 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  d75fca5b11f6372a6da91f31e2749bad5453f39b
   Changeset:  https://github.com/MythTV/mythtv/commit/d75fca5b1

Log:

Fix some log messages

With the new logging, we internally use vsnprintf, so any bare "%" in your log
message must be doubled to "%%" or it will get misinterpreted.  As far as I
know, this is only done in the commflag progress messages.

Modified:

   mythtv/programs/mythcommflag/ClassicCommDetector.cpp
   mythtv/programs/mythcommflag/CommDetector2.cpp
   mythtv/programs/mythcommflag/PrePostRollFlagger.cpp



More information about the mythtv-commits mailing list