Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48fa8f1
)
change message level from warn to info
author
tappro
<tappro>
Sun, 11 Sep 2005 05:40:09 +0000
(
05:40
+0000)
committer
tappro
<tappro>
Sun, 11 Sep 2005 05:40:09 +0000
(
05:40
+0000)
lustre/llite/llite_audit.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_audit.c
b/lustre/llite/llite_audit.c
index
33e3fcc
..
c09107a
100644
(file)
--- 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;
- C
WARN("Set audit
%x for "DLID4"\n", (__u32)arg, OLID4(&lli->lli_id));
+ C
DEBUG(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