Skip to content

Commit 8cd4097

Browse files
committed
fix
Signed-off-by: clyi <[email protected]>
1 parent 4e1e3c3 commit 8cd4097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/daemon/ovs_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2057,5 +2057,5 @@ func waitIPv6AddressPreferred(interfaceName string, maxRetry int, retryInterval
20572057
if len(errorMessages) > 0 {
20582058
finalMsg = fmt.Sprintf("%s. Errors: %s", finalMsg, strings.Join(errorMessages, "; "))
20592059
}
2060-
return fmt.Errorf(finalMsg)
2060+
return errors.New(finalMsg)
20612061
}

0 commit comments

Comments
 (0)