diff options
Diffstat (limited to 'poll.go')
| -rw-r--r-- | poll.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
