diff options
Diffstat (limited to 'security/selinux/netnode.c')
-rw-r--r-- | security/selinux/netnode.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/selinux/netnode.c b/security/selinux/netnode.c index 6dd89b89bc1f..afa0d432436b 100644 --- a/security/selinux/netnode.c +++ b/security/selinux/netnode.c | |||
@@ -238,9 +238,8 @@ static int sel_netnode_sid_slow(void *addr, u16 family, u32 *sid) | |||
238 | out: | 238 | out: |
239 | spin_unlock_bh(&sel_netnode_lock); | 239 | spin_unlock_bh(&sel_netnode_lock); |
240 | if (unlikely(ret)) { | 240 | if (unlikely(ret)) { |
241 | printk(KERN_WARNING | 241 | pr_warn("SELinux: failure in %s(), unable to determine network node label\n", |
242 | "SELinux: failure in sel_netnode_sid_slow()," | 242 | __func__); |
243 | " unable to determine network node label\n"); | ||
244 | kfree(new); | 243 | kfree(new); |
245 | } | 244 | } |
246 | return ret; | 245 | return ret; |