Correct error messages.

This commit is contained in:
Andrew Johnson
2009-12-28 22:05:21 -06:00
parent 0563044097
commit 57cc033b52
4 changed files with 8 additions and 8 deletions

View File

@@ -104,7 +104,7 @@ static long init_record(struct biRecord *pbi)
if(plink->type!=INST_IO) {
recGblRecordError(S_db_badField,(void *)pbi,
"devBiSoftCallback (init_record) linked record not found");
"devBiSoftCallback (init_record) Illegal INP field");
pbi->pact=TRUE;
return(S_db_badField);
}
@@ -115,7 +115,7 @@ static long init_record(struct biRecord *pbi)
status = dbNameToAddr(pvname,pdbaddr);
if(status) {
recGblRecordError(status,(void *)pbi,
"devBiSoftCallback (init_record) Illegal INP field");
"devBiSoftCallback (init_record) linked record not found");
pbi->pact=TRUE;
return(status);
}