docker: only log missing bridge_ip on initial fingerprint

This commit is contained in:
Nick Ethier
2019-01-24 22:34:57 -05:00
parent 1343911558
commit ff767d64a6

View File

@@ -113,7 +113,7 @@ func (d *Driver) buildFingerprint() *drivers.Fingerprint {
} else {
// Docker 17.09.0-ce dropped the Gateway IP from the bridge network
// See https://github.com/moby/moby/issues/32648
if d.fingerprintSuccessful() {
if d.fingerprintSuccess == nil {
d.logger.Debug("bridge_ip could not be discovered")
}
}