TMP: smbd. more debug multichannel
authorMichael Adam <obnox@samba.org>
Tue, 23 Sep 2014 02:10:02 +0000 (04:10 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 28 Jan 2020 12:26:51 +0000 (13:26 +0100)
source3/smbd/smb2_server.c

index 8c66d74c8de0ca2f5256747897e45bd9fad6c9d3..2d570bfeb8d2bf9d30a7d6a63a6da7bb3769ddab 100644 (file)
@@ -1112,8 +1112,8 @@ void smbd_server_connection_terminate_ex(struct smbXsrv_connection *xconn,
 {
        struct smbXsrv_client *client = xconn->client;
 
-       DEBUG(10,("smbd_server_connection_terminate_ex: conn[%s] reason[%s] at %s\n",
-                 smbXsrv_connection_dbg(xconn), reason, location));
+       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));
 
        if (client->connections->next != NULL) {
                /* TODO: cancel pending requests */