TMP: smbd. more debug multichannel
authorMichael Adam <obnox@samba.org>
Tue, 23 Sep 2014 02:10:02 +0000 (04:10 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 19 Sep 2016 20:20:49 +0000 (22:20 +0200)
source3/smbd/smb2_server.c

index 02c9d97db8c9b43fdd453759774877a8ff45ffa3..d986d07f56786135f5c735ad591432b98cefe7c2 100644 (file)
@@ -1066,8 +1066,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 */