From: alex Date: Thu, 4 Aug 2005 13:32:51 +0000 (+0000) Subject: - missing \n X-Git-Tag: 1.4.10~823 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=c19f11cdd289d83832e5dd0bd3c577e379747ef8;p=fs%2Flustre-release.git - missing \n --- diff --git a/lustre/mdc/mdc_request.c b/lustre/mdc/mdc_request.c index e062bc5..21dd245 100644 --- a/lustre/mdc/mdc_request.c +++ b/lustre/mdc/mdc_request.c @@ -586,7 +586,7 @@ static void mdc_commit_close(struct ptlrpc_request *req) if (open_req->rq_transno == 0) { DEBUG_REQ(D_ERROR, open_req, "BUG 3892 open"); DEBUG_REQ(D_ERROR, req, "BUG 3892 close"); - LASSERTF(open_req->rq_transno != 0, "BUG 3892"); + LASSERTF(open_req->rq_transno != 0, "BUG 3892\n"); } LASSERT(open_req->rq_import == imp);