Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy authored and jeffcunat committed Jul 6, 2020
1 parent b2251ad commit ee88b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streaming/controllers/StreamController.js
Expand Up @@ -666,7 +666,7 @@ function StreamController() {
}
// For multiperiod streams we should avoid a switch of streams after the seek to the live edge. So we do a calculation of the expected seek time to find the right stream object.
if (!initialStream && adapter.getIsDynamic() && streams.length) {
logger.debug('Dynamic multi-period stream: Trying to find the correct starting period');
logger.debug('Dynamic stream: Trying to find the correct starting period');
initialStream = getInitialStream();
}
switchStream(null, initialStream !== null ? initialStream : streams[0], NaN);
Expand Down

0 comments on commit ee88b26

Please sign in to comment.