cleaner logging output
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
af3c55b5a1
commit
f61aa7ab84
|
@ -133,7 +133,7 @@ func (eb *errorBox) addIPerror(kind ProblemType, action ActionType, ip string) b
|
||||||
// get all your problems!
|
// get all your problems!
|
||||||
func (eb *errorBox) Scan() []anError {
|
func (eb *errorBox) Scan() []anError {
|
||||||
for s, thing := range eb.fixes {
|
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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue