[mythtv] Excessive DVB logging

Robert Tsai mythtv at tsaiberspace.net
Sun May 28 19:53:21 UTC 2006


On Sun, May 28, 2006 at 02:27:47PM -0500, Kevin Kuphal wrote:
> I'm seeing excessive (every second) logging of:
> 
> Writing PAT & PMT @3477780980 + 918944
> 
> While recording QAM HDTV from my AverMedia A180 card with today's
> SVN (may have been happening for a while).  Is this standard or
> something mistakenly left in place.

This is logged as VB_IMPORTANT, but seems to be for an event that can
happen extremely frequently.

	Index: libs/libmythtv/dvbrecorder.cpp
	===================================================================
	--- libs/libmythtv/dvbrecorder.cpp      (revision 10052)
	+++ libs/libmythtv/dvbrecorder.cpp      (working copy)
	@@ -614,9 +614,11 @@
	     {
		 QMutexLocker read_lock(&_pid_lock);

	+#if 0
		 VERBOSE(VB_IMPORTANT, "Writing PAT & PMT @"
			 <<ringBuffer->GetWritePosition()<<" + "
			 <<(_payload_buffer.size()*188));
	+#endif

		 uint next_cc;
		 if (_pat && _pmt && ringBuffer)

--Rob


More information about the mythtv-dev mailing list