提交 5a937623 编写于 作者: O Oleg Nenashev

FindBugs: Wrong message formatting in hudson.model.User#getOrCreate()

上级 96c9ce19
......@@ -447,7 +447,7 @@ public class User extends AbstractModelObject implements AccessControlled, Descr
new Object[]{ legacyUserDir, o });
}
} catch (IOException e) {
LOGGER.log(Level.FINE, String.format("Exception trying to load user from {0}: {1}",
LOGGER.log(Level.FINE, String.format("Exception trying to load user from %s: %s",
new Object[]{ legacyUserDir, e.getMessage() }), e);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册