From 2f9170e050ba39923afca0ac6f6dd5348caf9806 Mon Sep 17 00:00:00 2001 From: dpgilbert <dpgilbert@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Tue, 17 Oct 2023 19:08:57 +0000 Subject: [PATCH] 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 --- smartmontools/ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/smartmontools/ChangeLog b/smartmontools/ChangeLog index 44f9811c8..e04a6084c 100644 --- a/smartmontools/ChangeLog +++ b/smartmontools/ChangeLog @@ -1,12 +1,16 @@ $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> scsiprint.cpp : most SCSI disks do not get formatted in their lifetime. The Format status lpage is present on most recent disks and is checked when the --xall option is given. In the common case - where a format has been performed (since manufacture) this leads - to 5 lines of <not available> output starting with: + where a format has not been performed (since manufacture) this + leads to 5 lines of <not available> output starting with: Grown defects during certification <not available> Detect this situation before printing any of those 5 lines and replace those 5 lines with 1 line: -- GitLab