diff --git a/httppoll.go b/httppoll.go index b830345..52f219a 100644 --- a/httppoll.go +++ b/httppoll.go @@ -48,7 +48,7 @@ func ErrorPoll(url string, err error, led int) { if spacestates[url] != Unknown { SetSpaceState(url, Outdated) } - fmt.Println("LED", led, err.Error()) + fmt.Println("LED", led, "URL:", url, err.Error()) } func SetSpaceState(url string, s State) {