Skip to content

Commit

Permalink
Log which channel couldn't do RSS sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxocube committed Jan 10, 2025
1 parent 51c3a06 commit 4b719a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public async Task Consume(ConsumeContext<SynchroniseSubscriptionContract<Youtube
}
catch (Exception e)
{
logger.LogError(e, "Error while running RSS Sync, running full sync");
logger.LogError(e, "Error while running RSS Sync, running full sync ({})", subscription.Id);
await CheckAllVideos(subscription, db, context.CancellationToken);
}
}
Expand Down

0 comments on commit 4b719a8

Please sign in to comment.