summaryrefslogtreecommitdiff
path: root/poll.go
diff options
context:
space:
mode:
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)