From b7e9ed3662dbd8fac0a8766a09e7e776aad54d8f Mon Sep 17 00:00:00 2001 From: tappro Date: Sun, 11 Sep 2005 05:40:09 +0000 Subject: [PATCH] change message level from warn to info --- lustre/llite/llite_audit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/llite_audit.c b/lustre/llite/llite_audit.c index 33e3fcc..c09107a 100644 --- a/lustre/llite/llite_audit.c +++ b/lustre/llite/llite_audit.c @@ -46,7 +46,7 @@ int ll_set_audit(struct inode * inode, __u64 arg) msg.attr = arg; msg.id = lli->lli_id; - CWARN("Set audit %x for "DLID4"\n", (__u32)arg, OLID4(&lli->lli_id)); + CDEBUG(D_INFO, "Set audit 0x%x for "DLID4"\n", (__u32)arg, OLID4(&lli->lli_id)); rc = obd_set_info(exp, 5, "audit", sizeof(msg), &msg); //if fs audit is being set for fs then pass attr to all OSS -- 1.8.3.1