compose: fix compose provider debug message

[NO NEW TESTS NEEDED]

Signed-off-by: Cedric Staniewski <cedric@gmx.ca>
This commit is contained in:
Cedric Staniewski
2023-11-01 23:48:51 +01:00
parent 0337b1b785
commit 0b6abfe1e2

View File

@ -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)
}