mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 04:15:41 +03:00
Fixed a debug message
This commit is contained in:
@@ -189,7 +189,7 @@ func (f *NetworkFingerprint) ipAddress(intf *net.Interface) (string, error) {
|
||||
}
|
||||
|
||||
if ipV4 == nil {
|
||||
return "", fmt.Errorf("Couldn't parse IP address for interface %s with addr %s", intf.Name)
|
||||
return "", fmt.Errorf("Couldn't parse IP address for interface %s", intf.Name)
|
||||
}
|
||||
return ipV4.String(), nil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user