Parcourir la source

Periodic clean of MEH is needed

Loweel il y a 4 ans
Parent
commit
3819d9d920
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      matrix.go

+ 1 - 1
matrix.go

@@ -246,7 +246,7 @@ func (c *ByClassifier) readStatsTokens() {
 //CleanMEH cleans periodically the spurious tokens.
 func (c *ByClassifier) CleanMEH() {
 
-	fmt.Println("Clean MEH Thread running...")
+	log.Println("Clean MEH Thread running...")
 
 	for a := range time.Tick(24 * time.Hour) {