mirror of https://github.com/Chocobozzz/PeerTube
Add missing logger tags
parent
f51bafb3fa
commit
c6047e1573
|
@ -38,7 +38,7 @@ export async function moveToJob (options: {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (video.VideoStreamingPlaylists) {
|
if (video.VideoStreamingPlaylists) {
|
||||||
logger.debug('Moving HLS playlist of %s.', video.uuid)
|
logger.debug('Moving HLS playlist of %s.', video.uuid, lTags)
|
||||||
|
|
||||||
await moveHLSFiles(video)
|
await moveHLSFiles(video)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue