From 399ebd854ed9419c32d8d294a0f4d8edcb4fbf57 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Jan 2017 12:38:06 +0200 Subject: [PATCH] test --- src/komodo_gateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 4950c4e6d..a6c9a4766 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -681,7 +681,7 @@ int32_t komodo_kvsearch(int32_t current_height,uint32_t *flagsp,int32_t *heightp if ( ptr != 0 ) { duration = ((ptr->flags >> 2) + 1) * KOMODO_KVDURATION; - printf("duration.%d flags.%d current.%d ht.%d\n",duration,ptr->flags,current_height,ptr->height); + printf("duration.%d flags.%d current.%d ht.%d keylen.%d valuesize.%d\n",duration,ptr->flags,current_height,ptr->height,ptr->keylen,ptr->valuesize); if ( current_height > (ptr->height + duration) ) { HASH_DELETE(hh,KOMODO_KV,ptr);