From 286a602dc83a8e7564a3966d389e9afcca6b5038 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Tue, 22 Oct 2002 11:47:59 +0000
Subject: [PATCH] modified error message

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@81 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/ataprint.c   | 4 ++--
 sm5/ataprint.cpp | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sm5/ataprint.c b/sm5/ataprint.c
index 2a2d6680f..0c1e865ad 100644
--- a/sm5/ataprint.c
+++ b/sm5/ataprint.c
@@ -28,7 +28,7 @@
 #include "smartctl.h"
 #include "extern.h"
 
-const char *CVSid4="$Id: ataprint.c,v 1.18 2002/10/22 11:40:52 ballen4705 Exp $\n"
+const char *CVSid4="$Id: ataprint.c,v 1.19 2002/10/22 11:47:59 ballen4705 Exp $\n"
 	           "\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ;
 
 // Function for printing ASCII byte-swapped strings, skipping white
@@ -399,7 +399,7 @@ void PrintSmartAttribWithThres (struct ata_smart_values data,
       
       // is this currently failed, or has it ever failed?
       if (failednow)
-	status="FAILED NOW";
+	status="FAILED NOW!";
       else if (failedever)
 	status="In the past";
       else
diff --git a/sm5/ataprint.cpp b/sm5/ataprint.cpp
index a5db46835..030133d79 100644
--- a/sm5/ataprint.cpp
+++ b/sm5/ataprint.cpp
@@ -28,7 +28,7 @@
 #include "smartctl.h"
 #include "extern.h"
 
-const char *CVSid4="$Id: ataprint.cpp,v 1.18 2002/10/22 11:40:52 ballen4705 Exp $\n"
+const char *CVSid4="$Id: ataprint.cpp,v 1.19 2002/10/22 11:47:59 ballen4705 Exp $\n"
 	           "\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ;
 
 // Function for printing ASCII byte-swapped strings, skipping white
@@ -399,7 +399,7 @@ void PrintSmartAttribWithThres (struct ata_smart_values data,
       
       // is this currently failed, or has it ever failed?
       if (failednow)
-	status="FAILED NOW";
+	status="FAILED NOW!";
       else if (failedever)
 	status="In the past";
       else
-- 
GitLab