mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Log message at a better level
We don't really need to log this meessage at level 1.
This commit is contained in:
parent
7e743a1fe1
commit
aeb7428c89
@ -43,7 +43,7 @@ func (os *OpenStack) Instances() (cloudprovider.Instances, bool) {
|
||||
return nil, false
|
||||
}
|
||||
|
||||
glog.V(1).Info("Claiming to support Instances")
|
||||
glog.V(4).Info("Claiming to support Instances")
|
||||
|
||||
return &Instances{
|
||||
compute: compute,
|
||||
|
Loading…
Reference in New Issue
Block a user