Correct error messages.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@ static long init_record(struct longinRecord *pli)
|
||||
|
||||
if(plink->type!=INST_IO) {
|
||||
recGblRecordError(S_db_badField,(void *)pli,
|
||||
"devLiSoftCallback (init_record) linked record not found");
|
||||
"devLiSoftCallback (init_record) Illegal INP field");
|
||||
pli->pact=TRUE;
|
||||
return(S_db_badField);
|
||||
}
|
||||
@@ -115,7 +115,7 @@ static long init_record(struct longinRecord *pli)
|
||||
status = dbNameToAddr(pvname,pdbaddr);
|
||||
if(status) {
|
||||
recGblRecordError(status,(void *)pli,
|
||||
"devLiSoftCallback (init_record) Illegal INP field");
|
||||
"devLiSoftCallback (init_record) linked record not found");
|
||||
pli->pact=TRUE;
|
||||
return(status);
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@ static long init_record(struct mbbiRecord *pmbbi)
|
||||
|
||||
if(plink->type!=INST_IO) {
|
||||
recGblRecordError(S_db_badField,(void *)pmbbi,
|
||||
"devMbbiSoftCallback (init_record) linked record not found");
|
||||
"devMbbiSoftCallback (init_record) Illegal INP field");
|
||||
pmbbi->pact=TRUE;
|
||||
return(S_db_badField);
|
||||
}
|
||||
@@ -115,7 +115,7 @@ static long init_record(struct mbbiRecord *pmbbi)
|
||||
status = dbNameToAddr(pvname,pdbaddr);
|
||||
if(status) {
|
||||
recGblRecordError(status,(void *)pmbbi,
|
||||
"devMbbiSoftCallback (init_record) Illegal INP field");
|
||||
"devMbbiSoftCallback (init_record) linked record not found");
|
||||
pmbbi->pact=TRUE;
|
||||
return(status);
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@ static long init_record(struct stringinRecord *pstringin)
|
||||
|
||||
if(plink->type!=INST_IO) {
|
||||
recGblRecordError(S_db_badField,(void *)pstringin,
|
||||
"devSiSoftCallback (init_record) linked record not found");
|
||||
"devSiSoftCallback (init_record) Illegal INP field");
|
||||
pstringin->pact=TRUE;
|
||||
return(S_db_badField);
|
||||
}
|
||||
@@ -115,7 +115,7 @@ static long init_record(struct stringinRecord *pstringin)
|
||||
status = dbNameToAddr(pvname,pdbaddr);
|
||||
if(status) {
|
||||
recGblRecordError(status,(void *)pstringin,
|
||||
"devSiSoftCallback (init_record) Illegal INP field");
|
||||
"devSiSoftCallback (init_record) linked record not found");
|
||||
pstringin->pact=TRUE;
|
||||
return(status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user