Skip to content

Commit 02cd6e5

Browse files
committed
Squash spotbugs warning
1 parent ad12fd8 commit 02cd6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/com/rabbitmq/stream/impl/StreamEnvironment.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ Locator locator() {
759759
.map(l -> l.label() + " is set " + l.isSet())
760760
.collect(Collectors.joining(", ")));
761761
} catch (Exception e) {
762-
// OK
762+
LOGGER.debug("Error while listing locators: {}", e.getMessage());
763763
}
764764
}
765765
return this.locators.stream()

0 commit comments

Comments
 (0)