Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8871
b: refs/heads/master
c: e1b09eb
h: refs/heads/master
i:
  8869: 53d998f
  8867: fc4a058
  8863: 1fb9314
v: v3
  • Loading branch information
David Woodhouse committed Jun 24, 2005
1 parent 994e194 commit c79e325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5bb289b5a0becb53ac3e1d60815ff8b779296b73
refs/heads/master: e1b09eba2686eca94a3a188042b518df6044a3c1
4 changes: 2 additions & 2 deletions trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ int kauditd_thread(void *dummy)
audit_pid = 0;
}
} else {
printk(KERN_ERR "%s\n", skb->data + NLMSG_SPACE(0));
printk(KERN_NOTICE "%s\n", skb->data + NLMSG_SPACE(0));
kfree_skb(skb);
}
} else {
Expand Down Expand Up @@ -868,7 +868,7 @@ void audit_log_end(struct audit_buffer *ab)
ab->skb = NULL;
wake_up_interruptible(&kauditd_wait);
} else {
printk("%s\n", ab->skb->data + NLMSG_SPACE(0));
printk(KERN_NOTICE "%s\n", ab->skb->data + NLMSG_SPACE(0));
}
}
audit_buffer_free(ab);
Expand Down

0 comments on commit c79e325

Please sign in to comment.