diff --git a/errorBox.go b/errorBox.go index 5796acc..0a16631 100644 --- a/errorBox.go +++ b/errorBox.go @@ -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 }