0
0
forked from toolshed/abra

change to debug log

This commit is contained in:
2025-08-11 11:40:09 +02:00
committed by decentral1se
parent ce9d0934b6
commit 3fae036db2

View File

@ -32,7 +32,7 @@ func ValidateRecipe(args []string, cmdName string) recipe.Recipe {
localRecipes, err := recipe.GetRecipesLocal()
if err != nil {
log.Infof("can't read local recipes: %s", err)
log.Debugf("can't read local recipes: %s", err)
} else {
for _, recipeLocal := range localRecipes {
if _, ok := knownRecipes[recipeLocal]; !ok {