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

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
parent 497dfb18
No related branches found
No related tags found
No related merge requests found
26
27
......@@ -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;
......
......@@ -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;
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment