From 25bd90cb82adb7ddf9c24a06c40b0b7ca40e26f6 Mon Sep 17 00:00:00 2001 From: ericm Date: Tue, 22 Sep 2009 00:02:39 +0000 Subject: [PATCH] branch: HEAD minor adjust a msg line. b=18698 r=tappro r=fanyong --- lustre/ptlrpc/events.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/ptlrpc/events.c b/lustre/ptlrpc/events.c index c08beb2..1098682 100644 --- a/lustre/ptlrpc/events.c +++ b/lustre/ptlrpc/events.c @@ -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)); -- 1.8.3.1