Skip to content

Commit fc20ace

Browse files
Apply suggestion from @christiand93
Co-authored-by: Christian Dinse <19688125+christiand93@users.noreply.github.com>
1 parent 0a91baa commit fc20ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf-java-logging-support-opentelemetry-agent-extension/src/main/java/com/sap/hcf/cf/logging/opentelemetry/agent/ext/binding/CloudFoundryServicesAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public CloudFoundryServicesAdapter() {
4747
*/
4848
Stream<CloudFoundryServiceInstance> stream(List<String> serviceLabels, List<String> serviceTags) {
4949
if (vcapServicesJson == null) {
50-
LOG.info("No environment variable " + VCAP_SERVICES + "found. Skipping service binding detection.");
50+
LOG.info("No environment variable " + VCAP_SERVICES + " found. Skipping service binding detection.");
5151
return Stream.empty();
5252
}
5353
try (JsonParser parser = new JsonFactory().createParser(vcapServicesJson)) {

0 commit comments

Comments
 (0)