summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/java/com/gitblit/git/PatchsetReceivePack.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/com/gitblit/git/PatchsetReceivePack.java b/src/main/java/com/gitblit/git/PatchsetReceivePack.java
index ee8295ca..d3d0b1df 100644
--- a/src/main/java/com/gitblit/git/PatchsetReceivePack.java
+++ b/src/main/java/com/gitblit/git/PatchsetReceivePack.java
@@ -484,6 +484,8 @@ public class PatchsetReceivePack extends GitblitReceivePack {
* @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());