Log message at a better level

We don't really need to log this meessage at level 1.
This commit is contained in:
Davanum Srinivas 2018-01-15 15:06:43 -05:00
parent 7e743a1fe1
commit aeb7428c89

View File

@ -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,