mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 16:56:39 -06:00
Add missing logger tags
This commit is contained in:
parent
f51bafb3fa
commit
c6047e1573
@ -38,7 +38,7 @@ export async function moveToJob (options: {
|
||||
}
|
||||
|
||||
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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user