Log message at a better level
We don't really need to log this meessage at level 1.
This commit is contained in:
@@ -43,7 +43,7 @@ func (os *OpenStack) Instances() (cloudprovider.Instances, bool) {
|
|||||||
return nil, false
|
return nil, false
|
||||||
}
|
}
|
||||||
|
|
||||||
glog.V(1).Info("Claiming to support Instances")
|
glog.V(4).Info("Claiming to support Instances")
|
||||||
|
|
||||||
return &Instances{
|
return &Instances{
|
||||||
compute: compute,
|
compute: compute,
|
||||||
|
Reference in New Issue
Block a user