Merge "Additional info log message for drive-audit"

This commit is contained in:
Jenkins 2016-02-17 11:51:54 +00:00 committed by Gerrit Code Review
commit 6a3b5f9aec

View File

@ -200,6 +200,10 @@ if __name__ == '__main__':
(mount_point))
comment_fstab(mount_point)
unmounts += 1
else:
logger.info("Detected %s with %d errors "
"(Device not unmounted)" %
(mount_point, count))
recon_errors[mount_point] = count
total_errors += count
recon_file = recon_cache_path + "/drive.recon"