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