log debug message when waiting for ip

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2015-02-24 14:38:01 -05:00
parent 93dd4f11f6
commit e5c51d9e41
No known key found for this signature in database
GPG Key ID: A519480096146526
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ func (h *Host) ConfigureAuth() error {
if ip != "" {
break
}
log.Debug("waiting for ip")
time.Sleep(5 * time.Second)
}