mirror of
https://github.com/mudler/luet.git
synced 2025-09-16 07:10:29 +00:00
Change 'Skip dir' message to debug
This commit is contained in:
@@ -35,7 +35,7 @@ func LoadRepositories(c *LuetConfig) error {
|
|||||||
|
|
||||||
files, err := ioutil.ReadDir(rdir)
|
files, err := ioutil.ReadDir(rdir)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
Warning("Skip dir", rdir, ":", err.Error())
|
Debug("Skip dir", rdir, ":", err.Error())
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user