From 35d08330ca6e5c817f9b8fb5a1a5a3c5181e07af Mon Sep 17 00:00:00 2001 From: tappro Date: Wed, 14 Sep 2005 06:45:09 +0000 Subject: [PATCH] b=8654 change CWARN to C_DEBUG --- lustre/lvfs/llog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/lvfs/llog.c b/lustre/lvfs/llog.c index 99bb653..c6913ca 100644 --- a/lustre/lvfs/llog.c +++ b/lustre/lvfs/llog.c @@ -255,7 +255,7 @@ int llog_process(struct llog_handle *loghandle, llog_cb_t cb, if (ext2_test_bit(index, llh->llh_bitmap)) { rc = cb(loghandle, rec, data); if (rc == LLOG_PROC_BREAK) { - CWARN("recovery from log: "LPX64":%x" + CDEBUG(D_HA, "recovery from log: "LPX64":%x" " stopped\n", loghandle->lgh_id.lgl_oid, loghandle->lgh_id.lgl_ogen); -- 1.8.3.1