提交 86c28ea0 编写于 作者: G godfath3r 提交者: Oleg Nenashev

[JENKINS-42376] - Add executor name on Unexpected exception. (#2970)

* Add executor name on Unexpected exception.

* Add a colon after job name
上级 fe515e6a
......@@ -444,7 +444,7 @@ public class Executor extends Thread implements ModelObject {
LOGGER.log(FINE, getName()+" interrupted",e);
// die peacefully
} catch(Exception | Error e) {
LOGGER.log(SEVERE, "Unexpected executor death", e);
LOGGER.log(SEVERE, getName()+": Unexpected executor death", e);
} finally {
if (asynchronousExecution == null) {
finish2();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册