mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 22:53:22 +00:00
Fixing a glog message to not print managed zones when it is empty
This commit is contained in:
@@ -449,7 +449,7 @@ func CreateGCECloud(config *CloudConfig) (*GCECloud, error) {
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
if len(config.ManagedZones) != 1 {
|
||||
if len(config.ManagedZones) > 1 {
|
||||
glog.Infof("managing multiple zones: %v", config.ManagedZones)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user