Unverified Commit ff767d64 authored by Nick Ethier's avatar Nick Ethier
Browse files

docker: only log missing bridge_ip on initial fingerprint

Showing with 1 addition and 1 deletion
+1 -1
......@@ -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")
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment