From c3ab12061eb686e17d65c1c842ebcc5a00dfa93c Mon Sep 17 00:00:00 2001 From: pschwan Date: Sat, 13 Jul 2002 18:51:02 +0000 Subject: [PATCH] Fixed warning introduced yesterday --- lustre/ost/ost_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index ce36a73..d7f89f8 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -511,7 +511,7 @@ out: if (req->rq_repmsg == NULL) CERROR("handler for opcode %d returned rc=0 without " "creating rq_repmsg; needs to return rc != " - "0!\n"); + "0!\n", req->rq_reqmsg->opc); ptlrpc_reply(req->rq_svc, req); } -- 1.8.3.1