Skip to content

Commit

Permalink
Fine log added in terminateNode method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artmorse committed Dec 12, 2024
1 parent d811f6c commit 181e799
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ private static void terminateNode(SlaveComputer slaveComputer, TaskListener list
listener.error(String.format("Failed to terminate node %s", node.getDisplayName()));
}
} else {
LOGGER.fine(String.format("Tried to terminate unknown node from computer %s", node.getNodeName()));
LOGGER.fine(
String.format("Tried to terminate unknown node from computer %s", slaveComputer.getDisplayName()));
}
}

Expand Down

0 comments on commit 181e799

Please sign in to comment.