From e27ce15a66f8952fcac5b5b76603780f7b8227a4 Mon Sep 17 00:00:00 2001 From: meijia Date: Fri, 23 May 2003 10:01:12 +0000 Subject: [PATCH] merge b_devel to b_eq since there are problems with old b_devel DEVEL_EQ_UPDATE_PARENT_20030523 -> DEVEL_EQ_UPDATE_CHILD_20030523 --- lnet/lnet/lib-move.c | 2 +- lustre/portals/portals/lib-move.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lnet/lnet/lib-move.c b/lnet/lnet/lib-move.c index 413f74e..a04e961 100644 --- a/lnet/lnet/lib-move.c +++ b/lnet/lnet/lib-move.c @@ -871,7 +871,7 @@ static int parse_ack(nal_cb_t * nal, ptl_hdr_t * hdr, void *private) /* NB handles only looked up by creator (no flips) */ md = ptl_wire_handle2md(&hdr->msg.ack.dst_wmd, nal); if (md == NULL || md->threshold == 0) { - CERROR(LPU64": Dropping ACK from "LPU64" to %s MD " + CDEBUG(D_INFO, LPU64": Dropping ACK from "LPU64" to %s MD " LPX64"."LPX64"\n", ni->nid, hdr->src_nid, (md == NULL) ? "invalid" : "inactive", hdr->msg.ack.dst_wmd.wh_interface_cookie, diff --git a/lustre/portals/portals/lib-move.c b/lustre/portals/portals/lib-move.c index 413f74e..a04e961 100644 --- a/lustre/portals/portals/lib-move.c +++ b/lustre/portals/portals/lib-move.c @@ -871,7 +871,7 @@ static int parse_ack(nal_cb_t * nal, ptl_hdr_t * hdr, void *private) /* NB handles only looked up by creator (no flips) */ md = ptl_wire_handle2md(&hdr->msg.ack.dst_wmd, nal); if (md == NULL || md->threshold == 0) { - CERROR(LPU64": Dropping ACK from "LPU64" to %s MD " + CDEBUG(D_INFO, LPU64": Dropping ACK from "LPU64" to %s MD " LPX64"."LPX64"\n", ni->nid, hdr->src_nid, (md == NULL) ? "invalid" : "inactive", hdr->msg.ack.dst_wmd.wh_interface_cookie, -- 1.8.3.1