Skip to content
Snippets Groups Projects
Commit 3189fdcc authored by Isaac Huang's avatar Isaac Huang
Browse files

i=wangdi:

-   fixed a typo in error message.
parent dc74edd4
No related branches found
No related tags found
No related merge requests found
......@@ -959,7 +959,7 @@ static int check_write_rcs(struct ptlrpc_request *req,
if (req->rq_bulk->bd_nob_transferred != requested_nob) {
CERROR("Unexpected # bytes transferred: %d (requested %d)\n",
requested_nob, req->rq_bulk->bd_nob_transferred);
req->rq_bulk->bd_nob_transferred, requested_nob);
return(-EPROTO);
}
......
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