Skip to content

Commit

Permalink
Update pkg/gallery/models.go
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Oct 11, 2023
1 parent 55e2c26 commit ea450b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gallery/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func GetGalleryConfigFromURL(url string) (Config, error) {
return yaml.Unmarshal(d, &config)
})
if err != nil {
log.Debug().Msgf("GetGalleryConfigFromURL error for url %s\n%s", url, err.Error())
log.Error().Msgf("GetGalleryConfigFromURL error for url %s\n%s", url, err.Error())
return config, err
}
return config, nil
Expand Down

0 comments on commit ea450b8

Please sign in to comment.