Skip to content

Commit

Permalink
HLSStreamHandler : add debug log to the constructor mirroring the des…
Browse files Browse the repository at this point in the history
…tructor's

Refs #13488
Signed-off-by: Paul Harrison <pharrison@mythtv.org>
(cherry picked from commit 88b3020)
  • Loading branch information
ijc authored and Paul Harrison committed Oct 5, 2019
1 parent 2cf309c commit 2d9065e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/recorders/hlsstreamhandler.cpp
Expand Up @@ -100,6 +100,7 @@ void HLSStreamHandler::Return(HLSStreamHandler* & ref, int inputid)
HLSStreamHandler::HLSStreamHandler(const IPTVTuningData& tuning, int inputid)
: IPTVStreamHandler(tuning, inputid)
{
LOG(VB_GENERAL, LOG_INFO, LOC + "ctor");
m_hls = new HLSReader();
m_readbuffer = new uint8_t[BUFFER_SIZE];
}
Expand Down

0 comments on commit 2d9065e

Please sign in to comment.