Error message has the wrong routine name in it.

This commit is contained in:
Andrew Johnson
2009-01-21 20:26:52 +00:00
parent c4857e820e
commit 0cabf024d7

View File

@@ -161,7 +161,7 @@ long dbAllocRecord(DBENTRY *pdbentry,const char *precordName)
if(!pdbRecordType) return(S_dbLib_recordTypeNotFound);
if(!precnode) return(S_dbLib_recNotFound);
if(pdbRecordType->rec_size == 0) {
printf("\t*** Did you run x_RegisterDeviceDriver(pdbbase) yet? ***\n");
printf("\t*** Did you run x_RegisterRecordDeviceDriver(pdbbase) yet? ***\n");
epicsPrintf("dbAllocRecord(%s) with %s rec_size = 0\n",
precordName, pdbRecordType->name);
return(S_dbLib_noRecSup);