fix debug message being treated as info message

This commit is contained in:
Chris
2021-05-20 16:22:37 -06:00
parent c20618babe
commit 55bf92fc0a

View File

@ -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