Added debug logging for #615

This commit is contained in:
VilhoRaatikka
2014-11-14 20:48:33 +02:00
parent e35ad0c5d3
commit 8c1e7172f3
4 changed files with 16 additions and 0 deletions

View File

@ -1392,6 +1392,10 @@ gw_client_close(DCB *dcb)
CHK_PROTOCOL(protocol);
}
#endif
LOGIF(LD, (skygw_log_write(LOGFILE_DEBUG,
"%lu [gw_client_close]",
pthread_self())));
mysql_protocol_done(dcb);
session = dcb->session;