Skip to content

Commit

Permalink
logging fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tchakabam committed Dec 4, 2017
1 parent 1e636dc commit 510e3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/audio-stream-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class AudioStreamController extends TaskLoop {
//Can change due level switch
this.initPTS[cc] = initPTS;
this.videoTrackCC = cc;
logger.log(`InitPTS for cc:${cc} found from video track:${initPTS}`);
logger.log(`InitPTS for cc: ${cc} found from video track: ${initPTS}`);

//If we are waiting we need to demux/remux the waiting frag
//With the new initPTS
Expand Down

0 comments on commit 510e3e4

Please sign in to comment.