diff --git a/Wox.Infrastructure/Image/ImageLoader.cs b/Wox.Infrastructure/Image/ImageLoader.cs index 00e7044513..2a827acdd1 100644 --- a/Wox.Infrastructure/Image/ImageLoader.cs +++ b/Wox.Infrastructure/Image/ImageLoader.cs @@ -103,8 +103,8 @@ namespace Wox.Infrastructure.Image } }); }); + Log.Info($"Preload {_cache.TopUsedImages.Count} images from cache"); }); - Log.Info($"Preload {_cache.TopUsedImages.Count} images from cache"); } public static ImageSource Load(string path)