Skip to content

Commit

Permalink
Let's patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper committed Mar 13, 2024
1 parent 605a5d7 commit f1e6ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ private async Task<Image> LoadAndCacheImage(int imageId)
if (_memoryCache.TryGetValue<Image>(imageId, out var image))
return image;

// This should never happen, if our caching is working. :)
_logger.LogWarning($"No image found in client-side cache for ID: {imageId}.");
_logger.LogTrace($"No image found in client-side cache for ID: {imageId}.");

try
{
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0
4.1.1

0 comments on commit f1e6ce3

Please sign in to comment.