From c9ccf688c27749dfbab31004b6258dbb759962b2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 18 Oct 2024 07:40:06 -0500 Subject: start simple xml handling Signed-off-by: Jeff Carr --- poll.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poll.go') diff --git a/poll.go b/poll.go index b4e7654..276332b 100644 --- a/poll.go +++ b/poll.go @@ -59,12 +59,12 @@ func (h *HyperT) pollHypervisor() { // this should mean a droplet is running where the config file says it probably should be running if d.hyperPreferred == h.Hostname { - log.Log(EVENT, "new droplet", d.Hostname, "(matches config hypervisor", h.Hostname + ")") + log.Log(EVENT, "new droplet", d.Hostname, "(matches config hypervisor", h.Hostname+")") d.hname = h.Hostname continue } - log.Log(EVENT, "new droplet", d.Hostname, "on", h.Hostname, "(in config file without preferred hypervisor)") + log.Log(EVENT, "new droplet", d.Hostname, "on", h.Hostname, "(in config file without preferred hypervisor)") } d.hname = h.Hostname } -- cgit v1.2.3