summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-09 10:51:26 -0600
committerJeff Carr <[email protected]>2024-02-09 10:51:26 -0600
commitf61aa7ab84c0de9fd4537e29e76c8a65c943f5d8 (patch)
tree6a58caf450698d7e37ad0fd1f0aec89719237c71
parentaf3c55b5a1cf424c88730164d2b94f935f1bdcc7 (diff)
cleaner logging outputv0.20.2
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--errorBox.go2
1 files changed, 1 insertions, 1 deletions
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
}