mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
gpu: fix klog formatting typo
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
3a5350d130
commit
33e0e21a8b
@ -300,7 +300,7 @@ func newDevicePlugin(sysfsDir, devfsDir string, options cliOptions) *devicePlugi
|
|||||||
}
|
}
|
||||||
|
|
||||||
if _, err := os.ReadDir(dp.bypathDir); err != nil {
|
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
|
dp.bypathFound = false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user