From 489fb564905e773b1e7ba0e3f0825333731a6873 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 19 Nov 2004 14:02:02 +0000 Subject: [PATCH] - debug message correction --- lustre/mds/mds_reint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index c646651..794ad59 100644 --- a/lustre/mds/mds_reint.c +++ b/lustre/mds/mds_reint.c @@ -1903,7 +1903,7 @@ static int mds_reint_unlink(struct mds_update_record *rec, int offset, MDS_CHECK_RESENT(req, mds_reconstruct_generic(req)); if (lustre_msg_get_flags(req->rq_reqmsg) & MSG_REPLAY) { - DEBUG_REQ(D_HA, req, "unlink replay\n"); + DEBUG_REQ(D_HA, req, "unlink replay"); LASSERT(offset == 1); /* should not come from intent */ memcpy(lustre_msg_buf(req->rq_repmsg, 2, 0), lustre_msg_buf(req->rq_reqmsg, offset + 2, 0), -- 1.8.3.1