Whamcloud - gitweb
change message level from warn to info
authortappro <tappro>
Sun, 11 Sep 2005 05:40:09 +0000 (05:40 +0000)
committertappro <tappro>
Sun, 11 Sep 2005 05:40:09 +0000 (05:40 +0000)
lustre/llite/llite_audit.c

index 33e3fcc..c09107a 100644 (file)
@@ -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