cleanup: replace klog with v2

This commit replaces the klog with klog/v2
in leftover place.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2020-07-13 08:09:19 +05:30 committed by mergify[bot]
parent 2c67ba1ec4
commit 5208c0fc38

View File

@ -27,7 +27,7 @@ import (
librbd "github.com/ceph/go-ceph/rbd" librbd "github.com/ceph/go-ceph/rbd"
"google.golang.org/grpc/codes" "google.golang.org/grpc/codes"
"google.golang.org/grpc/status" "google.golang.org/grpc/status"
"k8s.io/klog" klog "k8s.io/klog/v2"
) )
// checkCloneImage check the cloned image exists, if the cloned image is not // checkCloneImage check the cloned image exists, if the cloned image is not