Whamcloud - gitweb
i=wangdi:
authorisaac <isaac>
Mon, 6 Oct 2008 20:01:11 +0000 (20:01 +0000)
committerisaac <isaac>
Mon, 6 Oct 2008 20:01:11 +0000 (20:01 +0000)
-   fixed a typo in error message.

lustre/osc/osc_request.c

index 8e1e2d5..9dbd29d 100644 (file)
@@ -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);
         }