From 8d1578370a27f48bc44470b7169e7ae6560a637b Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Tue, 9 Apr 2019 08:50:20 +0000 Subject: [PATCH] fix typo in azure disk logging --- pkg/volume/azure_dd/azure_common_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/azure_dd/azure_common_linux.go b/pkg/volume/azure_dd/azure_common_linux.go index 6b693b17e2b..3a98acb98aa 100644 --- a/pkg/volume/azure_dd/azure_common_linux.go +++ b/pkg/volume/azure_dd/azure_common_linux.go @@ -144,7 +144,7 @@ func findDiskByLunWithConstraint(lun int, io ioHandler, azureDisks []string) (st } model := libstrings.TrimSpace(string(modelBytes)) if libstrings.ToUpper(model) != "VIRTUAL DISK" { - klog.V(4).Infof("model doesn't match VHD, got %s", model) + klog.V(4).Infof("model doesn't match VIRTUAL DISK, got %s", model) continue }