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 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")