Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 37d609b

Browse files
committed
concatenate log messages
1 parent bdd1c65 commit 37d609b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/launchdarkly/client/EventSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ public void run() {
497497
EventInput eventInput = null;
498498
try {
499499
try {
500-
logger.debug("current state is {}", state.get());
500+
logger.debug("current state is " + state.get());
501501
final Invocation.Builder request = prepareHandshakeRequest();
502502
if (state.get() == State.OPEN) { // attempt to connect only if even source is open
503503
logger.debug("Connecting...");

0 commit comments

Comments
 (0)