Skip to content
Snippets Groups Projects
Commit 2f9170e0 authored by dpgilbert's avatar dpgilbert
Browse files

missed a 'not' in the description of the previous patch; added

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5557 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent acab7d5a
No related branches found
No related tags found
No related merge requests found
$Id$ $Id$
2023-10-17 Douglas Gilbert <dgilbert@interlog.com>
scsiprint.cpp : missed a "not" in the following description
2023-10-16 Douglas Gilbert <dgilbert@interlog.com> 2023-10-16 Douglas Gilbert <dgilbert@interlog.com>
scsiprint.cpp : most SCSI disks do not get formatted in their scsiprint.cpp : most SCSI disks do not get formatted in their
lifetime. The Format status lpage is present on most recent disks lifetime. The Format status lpage is present on most recent disks
and is checked when the --xall option is given. In the common case and is checked when the --xall option is given. In the common case
where a format has been performed (since manufacture) this leads where a format has not been performed (since manufacture) this
to 5 lines of <not available> output starting with: leads to 5 lines of <not available> output starting with:
Grown defects during certification <not available> Grown defects during certification <not available>
Detect this situation before printing any of those 5 lines Detect this situation before printing any of those 5 lines
and replace those 5 lines with 1 line: and replace those 5 lines with 1 line:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment