]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/unix/af_unix.c
net: af_unix should use KERN_INFO instead of KERN_DEBUG
[linux-2.6-omap-h63xx.git] / net / unix / af_unix.c
index ebc4a9a4b1f75ad166bcbe98130e2fe4763eb076..e1ca8f744ca5d1fe457d043dcf72a53f6aa98ccb 100644 (file)
@@ -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;
        }