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

@ -912,6 +912,10 @@ static void closeSession(
ROUTER_CLIENT_SES* router_cli_ses;
backend_ref_t* backend_ref;
LOGIF(LD, (skygw_log_write(LOGFILE_DEBUG,
"%lu [RWSplit:closeSession]",
pthread_self())));
/**
* router session can be NULL if newSession failed and it is discarding
* its connections and DCB's.