提交 204a1d4c 编写于 作者: K Kohsuke Kawaguchi

Fixed a regression introduced in

3a38a67c that causes update center to
fail to accept updates.
上级 229fc4ec
......@@ -149,9 +149,10 @@ public class UpdateSite {
if (signatureCheck) {
FormValidation e = verifySignature(o);
if (e.kind!=Kind.OK)
if (e.kind!=Kind.OK) {
LOGGER.severe(e.renderHtml());
return e;
return e;
}
}
LOGGER.info("Obtained the latest update center data file for UpdateSource " + id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册