From cb41a478bc285024b3c711ef24f86325b760db72 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Thu, 31 Oct 2002 17:40:10 +0000 Subject: [PATCH] Made sure that "Attribute" was consistently capitalized throughout. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@195 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/VERSION | 2 +- sm5/ataprint.c | 4 ++-- sm5/ataprint.cpp | 4 ++-- sm5/smartd.c | 6 +++--- sm5/smartd.cpp | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sm5/VERSION b/sm5/VERSION index 6f4247a62..f64f5d8d8 100644 --- a/sm5/VERSION +++ b/sm5/VERSION @@ -1 +1 @@ -26 +27 diff --git a/sm5/ataprint.c b/sm5/ataprint.c index 13e24bf3b..d2addfb5e 100644 --- a/sm5/ataprint.c +++ b/sm5/ataprint.c @@ -29,7 +29,7 @@ #include "smartctl.h" #include "extern.h" -const char *CVSid2="$Id: ataprint.c,v 1.40 2002/10/30 10:18:37 ballen4705 Exp $" +const char *CVSid2="$Id: ataprint.c,v 1.41 2002/10/31 17:40:08 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID6; // for passing global control variables @@ -876,7 +876,7 @@ int ataPrintMain (int fd){ pout("See vendor-specific Attribute list for marginal Attributes.\n\n"); else { QUIETON(con); - pout("Please note the following marginal attributes:\n"); + pout("Please note the following marginal Attributes:\n"); PrintSmartAttribWithThres(&smartval, &smartthres,2); } returnval|=FAILAGE; diff --git a/sm5/ataprint.cpp b/sm5/ataprint.cpp index 20d233d84..3c9ea726c 100644 --- a/sm5/ataprint.cpp +++ b/sm5/ataprint.cpp @@ -29,7 +29,7 @@ #include "smartctl.h" #include "extern.h" -const char *CVSid2="$Id: ataprint.cpp,v 1.40 2002/10/30 10:18:37 ballen4705 Exp $" +const char *CVSid2="$Id: ataprint.cpp,v 1.41 2002/10/31 17:40:08 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID6; // for passing global control variables @@ -876,7 +876,7 @@ int ataPrintMain (int fd){ pout("See vendor-specific Attribute list for marginal Attributes.\n\n"); else { QUIETON(con); - pout("Please note the following marginal attributes:\n"); + pout("Please note the following marginal Attributes:\n"); PrintSmartAttribWithThres(&smartval, &smartthres,2); } returnval|=FAILAGE; diff --git a/sm5/smartd.c b/sm5/smartd.c index 617283a1a..df1227ff8 100644 --- a/sm5/smartd.c +++ b/sm5/smartd.c @@ -44,7 +44,7 @@ // CVS ID strings extern const char *CVSid1, *CVSid2; -const char *CVSid6="$Id: smartd.c,v 1.50 2002/10/31 16:38:30 ballen4705 Exp $" +const char *CVSid6="$Id: smartd.c,v 1.51 2002/10/31 17:40:10 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID4 CVSID7; // global variable used for control of printing, passing arguments, etc. @@ -556,7 +556,7 @@ int ataCheckDevice(atadevices_t *drive){ while (*loc && *loc==' ') loc++; // warning message - printout(LOG_CRIT,"Device: %s, Failed SMART usage attribute: %s.\n", name, loc); + printout(LOG_CRIT,"Device: %s, Failed SMART usage Attribute: %s.\n", name, loc); } } @@ -651,7 +651,7 @@ int scsiCheckDevice( scsidevices_t *drive){ printout(LOG_CRIT, "Device: %s, SMART Failure: (%d) %s\n", drive->devicename, (int)returnvalue, scsiSmartGetSenseCode(returnvalue)); else - printout(LOG_INFO,"Device: %s, Acceptable attribute: %d\n", drive->devicename, (int)returnvalue); + printout(LOG_INFO,"Device: %s, Acceptable Attribute: %d\n", drive->devicename, (int)returnvalue); // Seems to completely ignore what capabilities were found on the // device when scanned diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp index 2c1ca9829..07b7d8c56 100644 --- a/sm5/smartd.cpp +++ b/sm5/smartd.cpp @@ -44,7 +44,7 @@ // CVS ID strings extern const char *CVSid1, *CVSid2; -const char *CVSid6="$Id: smartd.cpp,v 1.50 2002/10/31 16:38:30 ballen4705 Exp $" +const char *CVSid6="$Id: smartd.cpp,v 1.51 2002/10/31 17:40:10 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID4 CVSID7; // global variable used for control of printing, passing arguments, etc. @@ -556,7 +556,7 @@ int ataCheckDevice(atadevices_t *drive){ while (*loc && *loc==' ') loc++; // warning message - printout(LOG_CRIT,"Device: %s, Failed SMART usage attribute: %s.\n", name, loc); + printout(LOG_CRIT,"Device: %s, Failed SMART usage Attribute: %s.\n", name, loc); } } @@ -651,7 +651,7 @@ int scsiCheckDevice( scsidevices_t *drive){ printout(LOG_CRIT, "Device: %s, SMART Failure: (%d) %s\n", drive->devicename, (int)returnvalue, scsiSmartGetSenseCode(returnvalue)); else - printout(LOG_INFO,"Device: %s, Acceptable attribute: %d\n", drive->devicename, (int)returnvalue); + printout(LOG_INFO,"Device: %s, Acceptable Attribute: %d\n", drive->devicename, (int)returnvalue); // Seems to completely ignore what capabilities were found on the // device when scanned -- GitLab