From d2cf76ca786d3a7e9d697c8f4567b7d0fdc9c907 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 27 Nov 2017 16:51:48 +0100 Subject: [PATCH] Revert "TMP: smbd. more debug multichannel" This reverts commit 10ee059810008aab88434c3d540d9c3b04cd4108. --- source3/smbd/smb2_server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c index 9a221dfe9bc..78e0f8f8e92 100644 --- a/source3/smbd/smb2_server.c +++ b/source3/smbd/smb2_server.c @@ -1093,8 +1093,8 @@ void smbd_server_connection_terminate_ex(struct smbXsrv_connection *xconn, { struct smbXsrv_client *client = xconn->client; - DEBUG(0, ("smbd_server_connection_terminate_ex: client[%p] xconn[%p] conn[%s] reason[%s] at %s\n", - client, xconn, smbXsrv_connection_dbg(xconn), reason, location)); + DEBUG(10,("smbd_server_connection_terminate_ex: conn[%s] reason[%s] at %s\n", + smbXsrv_connection_dbg(xconn), reason, location)); if (client->connections->next != NULL) { /* TODO: cancel pending requests */ -- 2.34.1