提交 f06add2b 编写于 作者: O Oleg Nenashev

Merge pull request #1689 from deadmoose/patch-3

Remove erroneous '+ ' from log message.
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册