mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-22 07:37:50 +00:00
compose: fix compose provider debug message
[NO NEW TESTS NEEDED] Signed-off-by: Cedric Staniewski <cedric@gmx.ca>
This commit is contained in:
parent
0337b1b785
commit
0b6abfe1e2
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ func composeProvider() (string, error) {
|
|||
logrus.Debugf("Found compose provider %q", path)
|
||||
return path, nil
|
||||
}
|
||||
logrus.Debugf("Error looking up compose provider %q: %v", path, err)
|
||||
logrus.Debugf("Error looking up compose provider %q: %v", candidate, err)
|
||||
lookupErrors = append(lookupErrors, err)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue