mirror of
https://github.com/containers/podman.git
synced 2025-09-17 15:07:40 +08:00
compose: fix compose provider debug message
[NO NEW TESTS NEEDED] Signed-off-by: Cedric Staniewski <cedric@gmx.ca>
This commit is contained in:
@ -94,7 +94,7 @@ func composeProvider() (string, error) {
|
|||||||
logrus.Debugf("Found compose provider %q", path)
|
logrus.Debugf("Found compose provider %q", path)
|
||||||
return path, nil
|
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)
|
lookupErrors = append(lookupErrors, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user