X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Fsync-channel.ts;h=3a805a943d6ab5c01271c37807ae54cf4d0ac58e;hb=bf210419534d36136788262110f353367969e83e;hp=10167ee38edf1afe80ef75dbbd1bac7694e71835;hpb=4efa5535ccc947597b7a8e343d6665229ab9cfce;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/sync-channel.ts b/server/lib/sync-channel.ts index 10167ee38..3a805a943 100644 --- a/server/lib/sync-channel.ts +++ b/server/lib/sync-channel.ts @@ -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() }