installer: Improve message for protected files

This commit is contained in:
Daniele Rondina
2020-11-07 12:27:18 +01:00
parent d219a2e0fb
commit d5df40512b

View File

@@ -636,7 +636,7 @@ func (l *LuetInstaller) uninstall(p pkg.Package, s *System) error {
target := filepath.Join(s.Target, f)
if !config.LuetCfg.ConfigProtectSkip && cp.Protected(f) {
Debug("Protected file found", f)
Debug("Preserving protected file:", f)
continue
}