Merge pull request #43 from bfrk/master
remove error message in streamReadWrite
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