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

Changed error message for clarity

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@260 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 0552bb28
Branches
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
// CVS ID strings // CVS ID strings
extern const char *CVSid1, *CVSid2; extern const char *CVSid1, *CVSid2;
const char *CVSid6="$Id: smartd.c,v 1.63 2002/11/13 10:14:40 ballen4705 Exp $" const char *CVSid6="$Id: smartd.c,v 1.64 2002/11/13 10:59:32 ballen4705 Exp $"
CVSID1 CVSID2 CVSID3 CVSID4 CVSID7; CVSID1 CVSID2 CVSID3 CVSID4 CVSID7;
// global variable used for control of printing, passing arguments, etc. // global variable used for control of printing, passing arguments, etc.
...@@ -954,7 +954,7 @@ int parseconfigline(int entry, int lineno,char *line){ ...@@ -954,7 +954,7 @@ int parseconfigline(int entry, int lineno,char *line){
exit(1); exit(1);
} }
else else
printout(LOG_INFO,"Scan Directive %s found in %s\n",name,CONFIGFILE); printout(LOG_INFO,"Scan Directive %s found in %s. Scanning for devices.\n",name,CONFIGFILE);
free(copy); free(copy);
return -1; return -1;
} }
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
// CVS ID strings // CVS ID strings
extern const char *CVSid1, *CVSid2; extern const char *CVSid1, *CVSid2;
const char *CVSid6="$Id: smartd.cpp,v 1.63 2002/11/13 10:14:40 ballen4705 Exp $" const char *CVSid6="$Id: smartd.cpp,v 1.64 2002/11/13 10:59:32 ballen4705 Exp $"
CVSID1 CVSID2 CVSID3 CVSID4 CVSID7; CVSID1 CVSID2 CVSID3 CVSID4 CVSID7;
// global variable used for control of printing, passing arguments, etc. // global variable used for control of printing, passing arguments, etc.
...@@ -954,7 +954,7 @@ int parseconfigline(int entry, int lineno,char *line){ ...@@ -954,7 +954,7 @@ int parseconfigline(int entry, int lineno,char *line){
exit(1); exit(1);
} }
else else
printout(LOG_INFO,"Scan Directive %s found in %s\n",name,CONFIGFILE); printout(LOG_INFO,"Scan Directive %s found in %s. Scanning for devices.\n",name,CONFIGFILE);
free(copy); free(copy);
return -1; return -1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment