diff --git a/cmd/cephcsi.go b/cmd/cephcsi.go index 77e50f251..13896401a 100644 --- a/cmd/cephcsi.go +++ b/cmd/cephcsi.go @@ -123,7 +123,7 @@ func main() { util.DefaultLog("Driver version: %s and Git version: %s", util.DriverVersion, util.GitCommit) if conf.Vtype == "" { - klog.Fatalln("driver type not specified") + logAndExit("driver type not specified") } dname := getDriverName()