From 2798aeaa677c1a6a4f6699c549d8000b821b7ae7 Mon Sep 17 00:00:00 2001
From: isaac <isaac>
Date: Mon, 6 Oct 2008 19:58:50 +0000
Subject: [PATCH] i=wangdi: -   fixed a typo in error message.

---
 lustre/osc/osc_request.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c
index f15c5da3fd..b6ec637cd4 100644
--- a/lustre/osc/osc_request.c
+++ b/lustre/osc/osc_request.c
@@ -897,7 +897,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);
         }
 
-- 
GitLab