gpu: fix klog formatting typo

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2023-11-03 09:29:12 +02:00
parent 3a5350d130
commit 33e0e21a8b

View File

@ -300,7 +300,7 @@ func newDevicePlugin(sysfsDir, devfsDir string, options cliOptions) *devicePlugi
}
if _, err := os.ReadDir(dp.bypathDir); err != nil {
klog.Warningf("failed to read by-path dir: $+v", err)
klog.Warningf("failed to read by-path dir: %+v", err)
dp.bypathFound = false
}