This commit is contained in:
jl777
2017-11-05 16:50:37 +02:00
parent 2c0a2f63de
commit 9a3917ed70
2 changed files with 6 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ void komodo_kvupdate(uint8_t *opretbuf,int32_t opretlen,uint64_t value)
if ( keylen+13 > opretlen )
{
static uint32_t counter;
if ( counter++ < 3 )
if ( ++counter < 1 )
printf("komodo_kvupdate: keylen.%d + 13 > opretlen.%d, this can be ignored\n",keylen,opretlen);
return;
}