From: tappro Date: Sun, 11 Sep 2005 05:40:09 +0000 (+0000) Subject: change message level from warn to info X-Git-Tag: 1.4.10~560 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b7e9ed3662dbd8fac0a8766a09e7e776aad54d8f;p=fs%2Flustre-release.git change message level from warn to info --- 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