vspd: Reduce some logs to debug level.
This commit is contained in:
parent
2994d128fe
commit
1f62d46bdd
@ -254,7 +254,7 @@ func (v *Vspd) addToWallets(ctx context.Context, dcrdClient *rpc.DcrdRPC) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
v.log.Infof("Ticket added to voting wallet (wallet=%s, ticketHash=%s)",
|
v.log.Debugf("Ticket added to voting wallet (wallet=%s, ticketHash=%s)",
|
||||||
walletClient.String(), ticket.Hash)
|
walletClient.String(), ticket.Hash)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -15,7 +15,7 @@ import (
|
|||||||
func (v *Vspd) checkWalletConsistency(ctx context.Context) {
|
func (v *Vspd) checkWalletConsistency(ctx context.Context) {
|
||||||
const funcName = "checkWalletConsistency"
|
const funcName = "checkWalletConsistency"
|
||||||
|
|
||||||
v.log.Info("Checking voting wallet consistency")
|
v.log.Debug("Checking voting wallet consistency")
|
||||||
|
|
||||||
dcrdClient, _, err := v.dcrd.Client()
|
dcrdClient, _, err := v.dcrd.Client()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user