Skip to content

Commit

Permalink
change logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Jul 13, 2024
1 parent 4b9ec87 commit f12cf7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/visor/survey.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
package visor

import (
"context"
"encoding/json"
"os"
"strings"
"time"
"context"

coincipher "github.com/skycoin/skycoin/src/cipher"

Expand Down Expand Up @@ -84,7 +84,7 @@ func GenerateSurvey(v *Visor, log *logging.Logger, routine bool) {
v.surveyLock.Lock()
v.survey = visconf.Survey{}
v.surveyLock.Unlock()
log.Debug("Removed hadware survey for visor not seeking rewards")
log.Debug("Removed survey for visor not seeking rewards")
}
// break loop for generate each 24hours if just reward address chenged
if !routine {
Expand Down

0 comments on commit f12cf7c

Please sign in to comment.