[SCM] kodi-pvr-hts/master: fix missing method (merge/rebase snafu)

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


The following commit has been merged in the master branch:
commit 367281bb5a703cd3c6299992b27008907a88c19e
Author: Sam Stenvall <sam.stenvall at nordsoftware.com>
Date:   Sun Jan 3 20:10:48 2016 +0200

    fix missing method (merge/rebase snafu)

diff --git a/src/tvheadend/utilities/Logger.h b/src/tvheadend/utilities/Logger.h
index 38dd6bb..a74cc6c 100644
--- a/src/tvheadend/utilities/Logger.h
+++ b/src/tvheadend/utilities/Logger.h
@@ -98,6 +98,15 @@ namespace tvheadend
         m_implementation = implementation;
       }
 
+      /**
+       * Sets the prefix to use in log messages
+       * @param prefix
+       */
+      void SetPrefix(const std::string &prefix)
+      {
+        m_prefix = prefix;
+      }
+
     private:
       static const unsigned int MESSAGE_BUFFER_SIZE = 16384;
 

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list