log.Infof("executed round with rand %0.4f for %d vote contexts on %d peers, took %v\n%s",roundStats.RandUsed,voteContextsCount,peersQueried,roundStats.Duration,s)
// var s string
// for _, conflict := range roundStats.ActiveVoteContexts {
// // for _, opinion := range roundStats.QueriedOpinions {
// // s += fmt.Sprintf("%v - %v\n", opinion.OpinionGiverID, opinion.Opinions[conflict.ID])
// // }
// }
log.Infof("executed round with rand %0.4f for %d vote contexts on %d peers, took %v",roundStats.RandUsed,voteContextsCount,peersQueried,roundStats.Duration)