Merge pull request #103911 from swiftslee/log-format

Cleanup: use klog.Info in pkg/volume/util/operationexecutor/operation_generator.go
This commit is contained in:
Kubernetes Prow Robot 2022-05-03 17:17:32 -07:00 committed by GitHub
commit 3c5cc15686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -967,7 +967,7 @@ func (og *operationGenerator) GenerateUnmountDeviceFunc(
return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
}
klog.Infof(deviceToDetach.GenerateMsgDetailed("UnmountDevice succeeded", ""))
klog.Info(deviceToDetach.GenerateMsgDetailed("UnmountDevice succeeded", ""))
// Update actual state of world
markDeviceUnmountedErr := actualStateOfWorld.MarkDeviceAsUnmounted(