commit | f12835276c3182f2b998d93dfd60100cf4b60c05 | [log] [tgz] |
---|---|---|
author | Josh Boyer <jwboyer@fedoraproject.org> | Wed Mar 05 16:29:55 2014 -0500 |
committer | Eric Paris <eparis@redhat.com> | Thu Mar 20 10:11:58 2014 -0400 |
tree | 9d5c96c4038b0ac0e61bfa9c8337bf46bcb2a7ee | |
parent | ddfad8affdb73cc8df5890fef16d98d63ff3a6f0 [diff] |
audit: remove stray newlines from audit_log_lost messages Calling audit_log_lost with a \n in the format string leads to extra newlines in dmesg. That function will eventually call audit_panic which uses pr_err with an explicit \n included. Just make these calls match the others that lack \n. Reported-by: Jonathan Kamens <jik@kamens.brookline.ma.us> Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org> Signed-off-by: Richard Guy Briggs <rgb@redhat.com>