]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/sync-channel.ts
Force live stream termination
[github/Chocobozzz/PeerTube.git] / server / lib / sync-channel.ts
index 10167ee38edf1afe80ef75dbbd1bac7694e71835..3a805a943d6ab5c01271c37807ae54cf4d0ac58e 100644 (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()
   }