diff --git a/core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol.java b/core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol.java index cbf11e3fb326f1343169134898c6d4642f959265..06e54349f584cf9212ad1f1854bbe28722978d4e 100644 --- a/core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol.java +++ b/core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol.java @@ -123,7 +123,7 @@ public class JnlpSlaveAgentProtocol extends AgentProtocol { @Override public void onClosed(Channel channel, IOException cause) { if(cause!=null) - LOGGER.log(Level.WARNING, Thread.currentThread().getName()+" for + " + nodeName + " terminated",cause); + LOGGER.log(Level.WARNING, Thread.currentThread().getName() + " for " + nodeName + " terminated", cause); try { socket.close(); } catch (IOException e) {