James Moger
2014-03-12 b8e1fa94f3f28a94b466c79b1a4b24c6fd755df1
Improve logging of received patchset command
1 files modified
2 ■■■■■ changed files
src/main/java/com/gitblit/git/PatchsetReceivePack.java 2 ●●●●● patch | view | raw | blame | history
src/main/java/com/gitblit/git/PatchsetReceivePack.java
@@ -484,6 +484,8 @@
     * @return the patchset command
     */
    private PatchsetCommand preparePatchset(ReceiveCommand cmd) {
        LOGGER.info(MessageFormat.format("Preparing {0} patchset command for \"{1}\" received from {2}",
                repository.name, cmd.getRefName(), user.username));
        String branch = getIntegrationBranch(cmd.getRefName());
        long number = getTicketId(cmd.getRefName());