summaryrefslogtreecommitdiff
path: root/poll.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 20:05:15 -0600
committerJeff Carr <[email protected]>2025-02-08 20:05:15 -0600
commit6e111ba862d3f9b9179e9ac71468b6c4f25cbf20 (patch)
treed402e32f3b59d385ad14dcfb93629d131c1f9a2d /poll.go
parent55a3ed7187140e360e5a0e525f9a577dcb4579b2 (diff)
Diffstat (limited to 'poll.go')
-rw-r--r--poll.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll.go b/poll.go
index 8c238ef..15f8aa4 100644
--- a/poll.go
+++ b/poll.go
@@ -214,7 +214,7 @@ func uptimeCheck() (bool, string) {
summary += fmt.Sprintf("missing = %d ", len(missing))
}
if unknown > 0 {
- summary += fmt.Sprintf("unknown = %d ", unknown, unknownList)
+ summary += fmt.Sprintf("unknown = %d %+v", unknown, unknownList)
}
if failed > 0 {
summary += fmt.Sprintf("failed = %d ", failed)