Changed severity of "Read attempt on write-only drive" from FATAL to FAILURE

This commit is contained in:
2011-03-13 19:26:30 +00:00
parent 1bca0fc078
commit 6ae78e2d4d
3 changed files with 3 additions and 3 deletions

View File

@ -373,7 +373,7 @@ int burn_read_data(struct burn_drive *d, off_t byte_address,
} else if (d->drive_role == 3) {
libdax_msgs_submit(libdax_messenger, d->global_index,
0x00020151,
LIBDAX_MSGS_SEV_FATAL, LIBDAX_MSGS_PRIO_HIGH,
LIBDAX_MSGS_SEV_FAILURE, LIBDAX_MSGS_PRIO_HIGH,
"Read attempt on write-only drive", 0, 0);
return 0;
}