mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add missing logger tags
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user