Merge "Additional info log message for drive-audit"
This commit is contained in:
commit
6a3b5f9aec
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user