summaryrefslogtreecommitdiff
path: root/poll.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 12:48:31 -0500
committerJeff Carr <[email protected]>2024-11-01 12:48:31 -0500
commit71e0065240b5bf4a4476e55cc6dcb3648aa82e8f (patch)
treefb37829b16e9ea8a094786c59647db28ed70f93e /poll.go
parent301fe567e2318c318c073226475f83941e5da6be (diff)
everything is working againv0.2.2
Signed-off-by: Jeff Carr <[email protected]>
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 4051356..fa2c317 100644
--- a/poll.go
+++ b/poll.go
@@ -58,7 +58,7 @@ func (h *HyperT) pollHypervisor() {
d.Current.Hypervisor = h.pb.Hostname
}
if d.LocalOnly == "" {
- log.Log(WARN, start, "local domain is a duplicate (need to resolve this)")
+ log.Log(WARN, start, "local domain is a duplicate (need to resolve this)", h.pb.Hostname)
continue
}
log.Log(WARN, start, "local domain ready to import from hypervisor")