Commit aeb7428c authored by Davanum Srinivas's avatar Davanum Srinivas

Log message at a better level

We don't really need to log this meessage at level 1.
parent 7e743a1f
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment