[SCM] kodi-pvr-hts/master: change ignored subscriptionStart log message level to DEBUG

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Wed Mar 2 23:01:54 UTC 2016


The following commit has been merged in the master branch:
commit 8fc250896d3be6f2750e3cc2bc76449319141d18
Author: Sam Stenvall <sam.stenvall at nordsoftware.com>
Date:   Sun Jan 3 20:11:49 2016 +0200

    change ignored subscriptionStart log message level to DEBUG

diff --git a/src/HTSPDemuxer.cpp b/src/HTSPDemuxer.cpp
index c9c2e61..b641c54 100644
--- a/src/HTSPDemuxer.cpp
+++ b/src/HTSPDemuxer.cpp
@@ -419,7 +419,7 @@ void CHTSPDemuxer::ParseSubscriptionStart ( htsmsg_t *m )
            some versions of tvheadend and is here for backward compatibility. */
         if (stream.iWidth == 0 || stream.iHeight == 0)
         {
-          Logger::Log(LogLevel::INFO, "Ignoring subscriptionStart, stream details missing");
+          Logger::Log(LogLevel::DEBUG, "Ignoring subscriptionStart, stream details missing");
           return;
         }
         

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list