Skip to content

Commit 0e2a636

Browse files
authored
🧹 not having snap is not an error, so we do not need to warn (#5547)
1 parent 1516123 commit 0e2a636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/os/resources/packages/snap_packages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (spm *SnapPkgManager) List() ([]Package, error) {
4040
afs := &afero.Afero{Fs: fs}
4141
_, dErr := afs.Stat(snapDir)
4242
if dErr != nil {
43-
log.Warn().Str("path", snapDir).Msg("cannot find snap dir")
43+
log.Debug().Str("path", snapDir).Msg("cannot find snap dir")
4444
return []Package{}, nil
4545
}
4646

0 commit comments

Comments
 (0)