diff --git a/iguana/dpow/dpow_network.c b/iguana/dpow/dpow_network.c index f6102b2ed..1bc505734 100755 --- a/iguana/dpow/dpow_network.c +++ b/iguana/dpow/dpow_network.c @@ -1545,7 +1545,7 @@ void dpow_bestconsensus(struct dpow_info *dp,struct dpow_block *bp) for (i=0; inumnotaries; i++) if ( wts[i] == 0 || owts[i] == 0 ) printf("%s.%d:%d ",Notaries_elected[i][0],wts[i],owts[i]); - printf(" <- problem nodes\n"); + printf(" <- problem nodes.%s\n",dp->symbol); } } bp->recvmask |= recvmask; diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index ac9846a8e..6403b8947 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -70,7 +70,7 @@ void dpow_srcupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t he if ( dp->DESTHEIGHT < dp->prevDESTHEIGHT+DPOW_CHECKPOINTFREQ ) { suppress = 1; - fprintf(stderr,"suppress %s -> KMD\n",dp->symbol); + //fprintf(stderr,"suppress %s -> KMD\n",dp->symbol); } } /*if ( strcmp(dp->dest,"KMD") == 0 )//|| strcmp(dp->dest,"CHAIN") == 0 )