summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2016-04-28 12:58:33 +0200
committerStefan Metzmacher <metze@samba.org>2016-04-28 16:51:16 +0200
commitb6595037f3fcaafb957d9c08edfb89c72cded987 (patch)
treeba64675ba31a3d725848fc3b215f50d58f6289f2 /source3/librpc
parent95b8b020626ba58a77a21e3da804bac2f0cf90b1 (diff)
downloadsamba-b6595037f3fcaafb957d9c08edfb89c72cded987.tar.gz
s3:librpc:crypto:gse: increase debug level for gse_init_client().
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11872 Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/crypto/gse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c
index ffdfde129dc..963c98a9e9d 100644
--- a/source3/librpc/crypto/gse.c
+++ b/source3/librpc/crypto/gse.c
@@ -239,7 +239,7 @@ static NTSTATUS gse_init_client(TALLOC_CTX *mem_ctx,
GSS_C_NT_USER_NAME,
&gse_ctx->server_name);
if (gss_maj) {
- DEBUG(0, ("gss_import_name failed for %s, with [%s]\n",
+ DEBUG(5, ("gss_import_name failed for %s, with [%s]\n",
(char *)name_buffer.value,
gse_errstr(gse_ctx, gss_maj, gss_min)));
status = NT_STATUS_INTERNAL_ERROR;