[mythtv-firehose] mythtv/master commit: a9670579e by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Wed Jun 29 05:21:26 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-06-28T22:20:25-07:00
   Push Date:  2011/06/28 22:21:20 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  a9670579ee252fb57fb5a95d2f88ec73a1200b40
   Changeset:  https://github.com/MythTV/mythtv/commit/a9670579e

Log:

Convert fprintf -> LOG where appropriate

It seems we had some code using fprintf(stderr) to do some debug output.  I
noticed this by the stream of new "eia-708 decoding error..." messages on
the console of my frontend.  To move these into the log files, I have
converted to use LOG().

Please note:  I left external libraries alone, and for now, C files as well.

Modified:

   mythtv/libs/libmythtv/NuppelVideoRecorder.cpp
   mythtv/libs/libmythtv/cc708decoder.cpp
   mythtv/libs/libmythtv/dvbdev/dvbci.cpp
   mythtv/programs/mythcommflag/HistogramAnalyzer.cpp
   mythtv/programs/mythcommflag/SceneChangeDetector.cpp
   mythtv/programs/mythcommflag/TemplateMatcher.cpp



More information about the mythtv-firehose mailing list