提交 f4e8bbc8 编写于 作者: K Kohsuke Kawaguchi

if restart thread dies for any reasons, record that fact

上级 587c6fe3
......@@ -3326,9 +3326,7 @@ public class Jenkins extends AbstractCIBase implements ModifiableTopLevelItemGro
} else {
LOGGER.info("Safe-restart mode cancelled");
}
} catch (InterruptedException e) {
LOGGER.log(Level.WARNING, "Failed to restart Hudson",e);
} catch (IOException e) {
} catch (Throwable e) {
LOGGER.log(Level.WARNING, "Failed to restart Hudson",e);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册