diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-25 21:23:27 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-25 21:23:27 -0500 |
| commit | 49f0f20d280923eb0162048cc4f39bd920966afe (patch) | |
| tree | 179c952ffd0416a05f5925df6051d5e931d08518 /fig-monitor-twitch/src/Fig/Monitor | |
| parent | b5c29a38aa4ed41542c438aa4e6b65894912ab2d (diff) | |
Better logging
Diffstat (limited to 'fig-monitor-twitch/src/Fig/Monitor')
| -rw-r--r-- | fig-monitor-twitch/src/Fig/Monitor/Twitch.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-monitor-twitch/src/Fig/Monitor/Twitch.hs b/fig-monitor-twitch/src/Fig/Monitor/Twitch.hs index b0f73bd..6ebf145 100644 --- a/fig-monitor-twitch/src/Fig/Monitor/Twitch.hs +++ b/fig-monitor-twitch/src/Fig/Monitor/Twitch.hs @@ -78,7 +78,7 @@ usersAreLive users = do _else -> pure Nothing _else -> mempty case mos of - Left err -> throwM $ FigMonitorTwitchException $ "Failed to check liveness: " <> pack err + Left err -> throwM $ FigMonitorTwitchException $ "Failed to check liveness: " <> pack err <> "\nResponse was: " <> tshow res Right os -> pure . Set.fromList $ filter (`elem` os) users subscribe :: Text -> Text -> Text -> Authed () |
