Skip to content
Snippets Groups Projects
Commit 286a602d authored by ballen4705's avatar ballen4705
Browse files

modified error message

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@81 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent ec5ba94a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment