commit | d957f7b726ccce4967ae0d668b5b10f0f1d10401 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Jan 14 10:33:12 2014 -0800 |
committer | Eric Paris <eparis@redhat.com> | Tue Jan 14 14:53:54 2014 -0500 |
tree | f7f3e7f0f49440c915198e7e1ee2671a12446b08 | |
parent | b8dbc3241fff043213e8be8e798d45eb6ed28b96 [diff] |
audit: Use more current logging style Add pr_fmt to prefix "audit: " to output Convert printk(KERN_<LEVEL> to pr_<level> Coalesce formats Use pr_cont Move a brace after switch Signed-off-by: Joe Perches <joe@perches.com>