]> git.baikalelectronics.ru Git - kernel.git/commit
net: af_unix should use KERN_INFO instead of KERN_DEBUG
authorEric Dumazet <dada1@cosmosbay.com>
Wed, 19 Nov 2008 23:48:09 +0000 (15:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Nov 2008 23:48:09 +0000 (15:48 -0800)
commit365a7a7ef69c4d946968b66125c6e63cab6bec79
tree87f1d679eb02bae2a9313c872d45729ab9254661
parentf68abb1f404ef18e4b1aa2b116639846853e830a
net: af_unix should use KERN_INFO instead of KERN_DEBUG

As spotted by Joe Perches, we should use KERN_INFO in unix_sock_destructor()

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/unix/af_unix.c