Whamcloud - gitweb
Fixed warning introduced yesterday
authorpschwan <pschwan>
Sat, 13 Jul 2002 18:51:02 +0000 (18:51 +0000)
committerpschwan <pschwan>
Sat, 13 Jul 2002 18:51:02 +0000 (18:51 +0000)
lustre/ost/ost_handler.c

index ce36a73..d7f89f8 100644 (file)
@@ -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);
         }