From f5484958131a55da995a6b195acb82d637f35087 Mon Sep 17 00:00:00 2001 From: Asaf Gartner Date: Fri, 14 Oct 2022 07:04:00 +0300 Subject: [PATCH] Trying some debugging --- src/twitch/twitch.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/twitch/twitch.go b/src/twitch/twitch.go index 698ebbf..f28e810 100644 --- a/src/twitch/twitch.go +++ b/src/twitch/twitch.go @@ -760,6 +760,7 @@ func fetchLatestStreamStatus(ctx context.Context, conn db.ConnOrTx, twitchID str twitchID, ) if err == db.NotFound { + twitchLog(ctx, conn, models.TwitchLogTypeOther, twitchLogin, "Creating new streamer", fmt.Sprintf("twitchID: %s", twitchID)) _, err = conn.Exec(ctx, ` INSERT INTO twitch_latest_status (twitch_id, twitch_login)