remove error message in streamReadWrite
If the record hasn't been initialized correctly, we don't want the console to be spammed every time the record gets processed.
This commit is contained in:
@ -587,7 +587,6 @@ long streamReadWrite(dbCommon *record)
|
||||
if (!stream || stream->status == ERROR)
|
||||
{
|
||||
(void) recGblSetSevr(record, UDF_ALARM, INVALID_ALARM);
|
||||
error("%s: Record not initialised correctly\n", record->name);
|
||||
return ERROR;
|
||||
}
|
||||
return stream->process() ? stream->convert : ERROR;
|
||||
|
Reference in New Issue
Block a user