diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 8e915a170..08a02f097 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -539,7 +539,7 @@ int32_t komodo_checkpoint(int32_t *notarized_heightp,int32_t nHeight,uint256 has } } else fprintf(stderr,"unexpected error notary_hash %s ht.%d at ht.%d\n",notarized_hash.ToString().c_str(),notarized_height,notary->nHeight); } else if ( notarized_height > 0 && notarized_height != 73880 ) - fprintf(stderr,"couldnt find notary_hash %s ht.%d\n",notarized_hash.ToString().c_str(),notarized_height); + fprintf(stderr,"[%s] couldnt find notary_hash %s ht.%d\n",ASSETCHAINS_SYMBOL,notarized_hash.ToString().c_str(),notarized_height); return(0); } diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index a3ea9dda1..0fb7cef87 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -582,7 +582,7 @@ void komodo_passport_iteration() while ( komodo_parsestatefile(sp,fp,symbol,dest) >= 0 ) ; lastpos[baseid] = ftell(fp); - printf("%s lastpos[%s] %ld\n",ASSETCHAINS_SYMBOL,CURRENCIES[baseid],lastpos[baseid]); + printf("from.(%s) lastpos[%s] %ld\n",ASSETCHAINS_SYMBOL,CURRENCIES[baseid],lastpos[baseid]); } //else fprintf(stderr,"%s.%ld ",CURRENCIES[baseid],ftell(fp)); fclose(fp); } else printf("fname.(%s) cant open\n",fname);