Merge pull request #43 from bfrk/master

remove error message in streamReadWrite
This commit is contained in:
Dirk Zimoch
2019-11-11 12:47:41 +01:00
committed by GitHub

View File

@ -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;