From a30099a598602bf268ccfd4900de7c92ed0d2e58 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 15 Feb 2017 15:49:01 +0200 Subject: [PATCH] test --- iguana/kmd_lookup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/kmd_lookup.h b/iguana/kmd_lookup.h index 70de42a8b..78c9a3618 100755 --- a/iguana/kmd_lookup.h +++ b/iguana/kmd_lookup.h @@ -231,7 +231,7 @@ FILE *kmd_txidinit(struct iguana_info *coin) } } else break; } - printf("finished txidinit fpos %ld vs lastpos %ld\n",ftell(fp),lastpos); + printf("%s finished txidinit fpos %ld vs lastpos %ld\n",coin->symbol,ftell(fp),lastpos); fseek(fp,lastpos,SEEK_SET); } else fp = fopen(fname,"wb+"); return(fp); @@ -264,7 +264,7 @@ FILE *kmd_spendinit(struct iguana_info *coin) else break; } else break; } - printf("finished spendinit fpos %ld vs lastpos %ld\n",ftell(fp),lastpos); + printf("%s finished spendinit fpos %ld vs lastpos %ld\n",coin->symbol,ftell(fp),lastpos); fseek(fp,lastpos,SEEK_SET); HASH_ITER(hh,coin->kmd_transactions,ptr,tmp) {