cleaner logging output

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-02-09 10:51:26 -06:00
parent af3c55b5a1
commit f61aa7ab84
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ func (eb *errorBox) addIPerror(kind ProblemType, action ActionType, ip string) b
// get all your problems!
func (eb *errorBox) Scan() []anError {
for s, thing := range eb.fixes {
log.Log(CHANGE, "Scan()", s, thing)
log.Log(CHANGE, "Scan()", s, thing.actionLabel.String(), thing.ipLabel.String())
}
return nil
}