Skip to content

Commit

Permalink
Merge pull request #3097 from mrixner/fix-log-typo
Browse files Browse the repository at this point in the history
Fix a typo in the "cached icon is invalid" log
  • Loading branch information
marticliment authored Dec 19, 2024
2 parents 2be4b5b + 67d0449 commit 550ac7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniGetUI.Core.IconStore/IconCacheEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ cachedIconFile is not null &&
}

if (cachedIconFile is not null)
Logger.ImportantInfo($"Cached ocon for id={PackageId} is INVALID ({icon.ValidationMethod})");
Logger.ImportantInfo($"Cached icon for id={PackageId} is INVALID ({icon.ValidationMethod})");

return SaveIconToCacheAndGetPath(icon, iconLocation);
}
Expand Down

0 comments on commit 550ac7d

Please sign in to comment.