Skip to content

Commit 07384d4

Browse files
committed
cmd/initContainer: Simplify code
Fallout from 6e848b2
1 parent 8dd2f8e commit 07384d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/initContainer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ func applyCDISpecForNvidia(spec *specs.Spec) error {
478478
hook.Args[0] != "nvidia-ctk" ||
479479
hook.Args[1] != "hook" ||
480480
hook.Args[2] != "update-ldcache" {
481-
logrus.Debugf("Applying Container Device Interface for NVIDIA: unknown hook arguments")
481+
logrus.Debug("Applying Container Device Interface for NVIDIA: unknown hook arguments")
482482
continue
483483
}
484484

0 commit comments

Comments
 (0)