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

@ -1119,6 +1119,10 @@ dcb_close(DCB *dcb)
CHK_DCB(dcb);
LOGIF(LD, (skygw_log_write(LOGFILE_DEBUG,
"%lu [dcb_close]",
pthread_self())));
/*<
* dcb_close may be called for freshly created dcb, in which case
* it only needs to be freed.