s3:libsmb: Print the kinit failed message with DBGLVL_NOTICE
commit27f76f406b6c57a7b19812fbf5c24115cc063af2
authorAndreas Schneider <asn@samba.org>
Thu, 24 Aug 2017 10:51:35 +0000 (24 12:51 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 28 Aug 2017 08:47:24 +0000 (28 10:47 +0200)
tree1091aff21346554cf0977d103b08de746577e58c
parent2e4ac5e6b8f150647e095222f9eae87e87a44d52
s3:libsmb: Print the kinit failed message with DBGLVL_NOTICE

The default debug level of smbclient is set to 'log level = 1'. So we
need to use at least NOTICE to not get the message when we do not force
kerberos.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12704

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit 6d7681c73dc68930dc39f05d58c2679b7c84ad97)
source3/libsmb/cliconnect.c