diff --git a/sm5/ataprint.c b/sm5/ataprint.c
index 2a2d6680f5b2a952257228131679e288c78f9e9d..0c1e865ad63d2130a3ec67f4305590f8c7d06882 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 a5db468359adb9629b4ea4a933e7e02ed2a361c4..030133d792aa37af4a0aeeccdab3207bd7ced224 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