Whamcloud - gitweb
branch: HEAD
authorericm <ericm>
Tue, 22 Sep 2009 00:02:39 +0000 (00:02 +0000)
committerericm <ericm>
Tue, 22 Sep 2009 00:02:39 +0000 (00:02 +0000)
minor adjust a msg line.
b=18698
r=tappro
r=fanyong

lustre/ptlrpc/events.c

index c08beb2..1098682 100644 (file)
@@ -270,7 +270,8 @@ void request_in_callback(lnet_event_t *ev)
         CFS_INIT_LIST_HEAD(&req->rq_timed_list);
         atomic_set(&req->rq_refcount, 1);
         if (ev->type == LNET_EVENT_PUT)
-                DEBUG_REQ(D_RPCTRACE, req, "incoming req");
+                CDEBUG(D_RPCTRACE, "incoming req@%p x"LPU64" msgsize %u\n",
+                       req, req->rq_xid, ev->mlength);
 
         CDEBUG(D_RPCTRACE, "peer: %s\n", libcfs_id2str(req->rq_peer));