diff --git a/GlobalRankLookupCache/Controllers/BeatmapItem.cs b/GlobalRankLookupCache/Controllers/BeatmapItem.cs index 7259e59..369ff4f 100644 --- a/GlobalRankLookupCache/Controllers/BeatmapItem.cs +++ b/GlobalRankLookupCache/Controllers/BeatmapItem.cs @@ -139,9 +139,10 @@ private async Task repopulateScores() requestsSinceLastPopulation = 0; Interlocked.Increment(ref RankLookupController.Populations); } - catch + catch (Exception e) { - Console.Write("E!"); + Console.WriteLine(); + Console.WriteLine(e.ToString()); // will retry next lookup }