Merge pull request #14901 from tyler92/fix-trace-log
fix wrong log message on Trace level
This commit is contained in:
commit
4d111fa9af
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue