Add missing logger tags
This commit is contained in:
parent
f51bafb3fa
commit
c6047e1573
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue