mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-04 17:15:42 +00:00
fix debug message being treated as info message
This commit is contained in:
@ -197,7 +197,7 @@ let mapProduct productsDir (product:AuthorizedProduct) =
|
||||
SortKey = product.SortKey
|
||||
Metadata = None }
|
||||
| NotFound file ->
|
||||
Log.info $"Disabling '%s{product.Name}'. Unable to find product at '%s{file}'"
|
||||
Log.debug $"Disabling '%s{product.Name}'. Unable to find product at '%s{file}'"
|
||||
Missing { Sku = product.Sku
|
||||
Name = product.Name
|
||||
Filters = filters
|
||||
|
||||
Reference in New Issue
Block a user