Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 6c8e1d3

Browse files
committed
Log message at a better level
We don't really need to log this meessage at level 1.
1 parent 07c5696 commit 6c8e1d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cloudprovider/providers/openstack/openstack_instances.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (os *OpenStack) Instances() (cloudprovider.Instances, bool) {
4343
return nil, false
4444
}
4545

46-
glog.V(1).Info("Claiming to support Instances")
46+
glog.V(4).Info("Claiming to support Instances")
4747

4848
return &Instances{
4949
compute: compute,

0 commit comments

Comments
 (0)