diff --git a/host.go b/host.go index 9477ce1792..4c61686c16 100644 --- a/host.go +++ b/host.go @@ -217,7 +217,7 @@ func (h *Host) ConfigureAuth() error { if ip != "" { break } - log.Debug("waiting for ip") + log.Debugf("waiting for ip: %s", ipErr) time.Sleep(5 * time.Second) }