Skip to content

Commit 4a69458

Browse files
committed
print
Signed-off-by: Salil Chandra <[email protected]>
1 parent 9d040bc commit 4a69458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cdb2api/cdb2api.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2915,6 +2915,7 @@ static
29152915
void
29162916
local_connection_cache_clear(int do_close)
29172917
{
2918+
printf("Clearing local connection cache\n");
29182919
struct local_cached_connection *cc;
29192920
while ((cc = TAILQ_FIRST(&local_connection_cache)) != NULL) {
29202921
TAILQ_REMOVE(&local_connection_cache, cc, local_cache_lnk);
@@ -5558,6 +5559,7 @@ static int process_ssl_set_command(cdb2_hndl_tp *hndl, const char *cmd)
55585559
if (rc == 0) {
55595560
/* clear local connection cache and disable this feature,
55605561
* for it does not support multiple certificates */
5562+
printf("Going into ssl to disable local connection cache\n");
55615563
local_connection_cache_clear(1);
55625564
max_local_connection_cache_entries = 0;
55635565

0 commit comments

Comments
 (0)