Loading net/unix/af_unix.c +1 −1 Original line number Diff line number Diff line Loading @@ -353,7 +353,7 @@ static void unix_sock_destructor(struct sock *sk) WARN_ON(!sk_unhashed(sk)); WARN_ON(sk->sk_socket); if (!sock_flag(sk, SOCK_DEAD)) { printk(KERN_DEBUG "Attempt to release alive unix socket: %p\n", sk); printk(KERN_INFO "Attempt to release alive unix socket: %p\n", sk); return; } Loading Loading
net/unix/af_unix.c +1 −1 Original line number Diff line number Diff line Loading @@ -353,7 +353,7 @@ static void unix_sock_destructor(struct sock *sk) WARN_ON(!sk_unhashed(sk)); WARN_ON(sk->sk_socket); if (!sock_flag(sk, SOCK_DEAD)) { printk(KERN_DEBUG "Attempt to release alive unix socket: %p\n", sk); printk(KERN_INFO "Attempt to release alive unix socket: %p\n", sk); return; } Loading