Fix log, and first simple test

This commit is contained in:
d3m0k1d
2026-01-05 17:27:46 +03:00
parent 4efc3b6667
commit d4d119d53b
2 changed files with 23 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ func (s *Scanner) Start() {
}
} else {
if err := s.scanner.Err(); err != nil {
s.logger.Error("Scanner error:", err)
s.logger.Error("Scanner error")
return
}
time.Sleep(s.pollDelay)