diff options
-rw-r--r-- | net/unix/af_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index ebc4a9a4b1f7..e1ca8f744ca5 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c | |||
@@ -353,7 +353,7 @@ static void unix_sock_destructor(struct sock *sk) | |||
353 | WARN_ON(!sk_unhashed(sk)); | 353 | WARN_ON(!sk_unhashed(sk)); |
354 | WARN_ON(sk->sk_socket); | 354 | WARN_ON(sk->sk_socket); |
355 | if (!sock_flag(sk, SOCK_DEAD)) { | 355 | if (!sock_flag(sk, SOCK_DEAD)) { |
356 | printk(KERN_DEBUG "Attempt to release alive unix socket: %p\n", sk); | 356 | printk(KERN_INFO "Attempt to release alive unix socket: %p\n", sk); |
357 | return; | 357 | return; |
358 | } | 358 | } |
359 | 359 | ||