Improve sync channel logging

pull/5486/head
Chocobozzz 2022-12-28 16:11:11 +01:00
parent d522369bed
commit 7ce2eac8fc
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export async function synchronizeChannel (options: {
await JobQueue.Instance.createJobWithChildren(parent, children)
} catch (err) {
logger.error(`Failed to import channel ${channel.name}`, { err })
logger.error(`Failed to import ${externalChannelUrl} in channel ${channel.name}`, { err })
channelSync.state = VideoChannelSyncState.FAILED
await channelSync.save()
}