From 5e4caefee0b27950884f33e9dec08b75b940a7a2 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sat, 22 Jan 2011 14:54:31 -0600 Subject: client tools: Add verification failure suggestion (Resolves #724) Signed-off-by: Sol Jerome --- src/lib/Client/Tools/APT.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/Client/Tools/APT.py') diff --git a/src/lib/Client/Tools/APT.py b/src/lib/Client/Tools/APT.py index cc445f961..156186091 100644 --- a/src/lib/Client/Tools/APT.py +++ b/src/lib/Client/Tools/APT.py @@ -117,6 +117,9 @@ class APT(Bcfg2.Client.Tools.Tool): modlist = [os.path.realpath(filename) for filename in modlist] bad = [filename for filename in files if filename not in modlist] if bad: + self.logger.debug("It is suggested that you either manage these " + "files, revert the changes, or ignore false " + "failures):") self.logger.info("Package %s failed validation. Bad files are:" % \ entry.get('name')) self.logger.info(bad) -- cgit v1.2.3-1-g7c22