Skip to content

Commit a3450bb

Browse files
committed
fix: Use the proper Qute debugger listening port log
Signed-off-by: azerr <azerr@redhat.com>
1 parent e683323 commit a3450bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/redhat/devtools/intellij/quarkus/run/AttachDebuggerProcessListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class AttachDebuggerProcessListener implements ProcessListener {
5555
private static final String LISTENING_FOR_TRANSPORT_DT_SOCKET_AT_ADDRESS = "Listening for transport dt_socket at address: ";
5656
private static final String JWDP_HANDSHAKE = "JDWP-Handshake";
5757

58-
private static final String QUTE_LISTENING_ON_PORT = "DebugServerAdapter listening on port ";
58+
private static final String QUTE_LISTENING_ON_PORT = "Qute debugger server listening on port ";
5959

6060
private final Project project;
6161
private final ExecutionEnvironment env;

0 commit comments

Comments
 (0)