Skip to content
Snippets Groups Projects
Commit b7904bfd authored by Liu Ying's avatar Liu Ying
Browse files

b=13884

i=adilger, deen

change the error message in llu_file_prwv()
parent 46033a72
No related branches found
No related tags found
No related merge requests found
...@@ -738,7 +738,7 @@ ssize_t llu_file_prwv(const struct iovec *iovec, int iovlen, ...@@ -738,7 +738,7 @@ ssize_t llu_file_prwv(const struct iovec *iovec, int iovlen,
err = oig_wait(iogroup->lig_oig); err = oig_wait(iogroup->lig_oig);
if (err) { if (err) {
CERROR("sync error %d, data corruption possible\n", err); CERROR("%s error: %s\n", is_read ? "read" : "write", strerror(-err));
GOTO(err_unlock, err); GOTO(err_unlock, err);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment