[SCM] kodi-pvr-hts/master: remove superfluous "attempting reconnect" log message, it will be triggered during shutdown when it's obvious there will be no reconnect attempt made

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri Nov 4 23:23:37 UTC 2016


The following commit has been merged in the master branch:
commit ceee2374f095942f1ad07ec228c53c1f4a7f8b66
Author: Sam Stenvall <sam.stenvall at nordsoftware.com>
Date:   Sun Jan 31 19:33:33 2016 +0200

    remove superfluous "attempting reconnect" log message, it will be
    triggered during shutdown when it's obvious there will be no
    reconnect attempt made

diff --git a/src/HTSPConnection.cpp b/src/HTSPConnection.cpp
index 86f5004..920cb02 100644
--- a/src/HTSPConnection.cpp
+++ b/src/HTSPConnection.cpp
@@ -597,10 +597,7 @@ void* CHTSPConnection::Process ( void )
     while (!IsStopped())
     {
       if (!ReadMessage())
-      {
-        Logger::Log(LogLevel::LEVEL_DEBUG, "attempting reconnect");
         break;
-      }
     }
 
     /* Stop connect thread (if not already) */

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list