show errors in debug (feedback from @md5)

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

View File

@ -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)
}