smbd: Adjust debug level of "No protocol supported" message
authorChristof Schmitt <cs@samba.org>
Thu, 8 Sep 2016 21:16:18 +0000 (14:16 -0700)
committerVolker Lendecke <vl@samba.org>
Sat, 10 Sep 2016 12:57:11 +0000 (14:57 +0200)
commitced3bcfb6301cdd608bbb99794c84c23625f61d7
treee11f8a14db66168894e746d0ffc1605e72efb1b0
parent8dc6fbbf45f4bf3058357b5d34601c9c7eecb7f9
smbd: Adjust debug level of "No protocol supported" message

SMB clients only supporting SMB1 connecting to a Samba server that only
accepts SMB protocol versions 2 and 3 can spam the logs with the "No
protocol supported" message. This is useful information for debugging
failed connection attempts, but it should not be in the default log.
Adjust it to NOTICE/3.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/negprot.c