Skip to content

Commit

Permalink
Log errors
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Oct 28, 2024
1 parent 9f763ea commit 325b627
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GlobalRankLookupCache/Controllers/BeatmapItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 325b627

Please sign in to comment.