Merge pull request #14901 from tyler92/fix-trace-log

fix wrong log message on Trace level
This commit is contained in:
openshift-ci[bot] 2022-07-12 11:24:13 +00:00 committed by GitHub
commit 4d111fa9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ func newConmonOCIRuntime(name string, paths []string, conmonPath string, runtime
continue
}
foundPath = true
logrus.Tracef("found runtime %q", runtime.path)
logrus.Tracef("found runtime %q", path)
runtime.path = path
break
}