diff --git a/tbot/twitch_bot/tasks/youtube_chat.py b/tbot/twitch_bot/tasks/youtube_chat.py index 6e12655..9524985 100644 --- a/tbot/twitch_bot/tasks/youtube_chat.py +++ b/tbot/twitch_bot/tasks/youtube_chat.py @@ -241,7 +241,7 @@ async def youtube_request( try: r.raise_for_status() except Exception as e: - logger.error(f'Youtube request failed: {r.text}') + logger.error(f'Youtube request failed for channel {channel_id}: {r.text}') raise e return r.json()