Skip to content

Commit 1c9000a

Browse files
committed
Set Thread.name on Engine
1 parent ca3412e commit 1c9000a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/hudson/remoting/Engine.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ public Engine(
264264
String directConnection,
265265
String instanceIdentity,
266266
Set<String> protocols) {
267+
setName("Engine for " + agentName);
267268
executor = makeExecutor(this, agentName);
268269
this.listener = listener;
269270
this.directConnection = directConnection;

0 commit comments

Comments
 (0)