mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2025-02-11 20:47:14 +00:00
audit: error message typo correction
Fixes a typo in the error message raised by audit when auditd has died. Signed-off-by: Ross Kirk <ross.kirk@nexor.com> -- Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
6d2ad1e318
commit
9db3b9bcc7
@ -400,7 +400,7 @@ static void kauditd_send_skb(struct sk_buff *skb)
|
|||||||
if (err < 0) {
|
if (err < 0) {
|
||||||
BUG_ON(err != -ECONNREFUSED); /* Shouldn't happen */
|
BUG_ON(err != -ECONNREFUSED); /* Shouldn't happen */
|
||||||
printk(KERN_ERR "audit: *NO* daemon at audit_pid=%d\n", audit_pid);
|
printk(KERN_ERR "audit: *NO* daemon at audit_pid=%d\n", audit_pid);
|
||||||
audit_log_lost("auditd dissapeared\n");
|
audit_log_lost("auditd disappeared\n");
|
||||||
audit_pid = 0;
|
audit_pid = 0;
|
||||||
/* we might get lucky and get this in the next auditd */
|
/* we might get lucky and get this in the next auditd */
|
||||||
audit_hold_skb(skb);
|
audit_hold_skb(skb);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user