From 4ff91cb5a31bf34c098f3895909d5bdb67da3a20 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 26 Jul 2009 04:32:05 +0000 Subject: [PATCH] - too noise message (till we have llog) --- lustre/obdclass/llog_obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/llog_obd.c b/lustre/obdclass/llog_obd.c index 91de99a..8bf96be 100644 --- a/lustre/obdclass/llog_obd.c +++ b/lustre/obdclass/llog_obd.c @@ -252,7 +252,7 @@ int llog_add(struct llog_ctxt *ctxt, struct llog_rec_hdr *rec, ENTRY; if (!ctxt) { - CERROR("No ctxt\n"); + //CERROR("No ctxt\n"); RETURN(-ENODEV); } -- 1.8.3.1