Skip to content

Commit

Permalink
Merge pull request containers#14901 from tyler92/fix-trace-log
Browse files Browse the repository at this point in the history
fix wrong log message on Trace level
  • Loading branch information
openshift-ci[bot] authored Jul 12, 2022
2 parents 151d758 + ffbc2ad commit 4d111fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpod/oci_conmon_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 4d111fa

Please sign in to comment.