summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gbp/scripts/common/pq.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/scripts/common/pq.py b/gbp/scripts/common/pq.py
index f7bae23..459afb9 100644
--- a/gbp/scripts/common/pq.py
+++ b/gbp/scripts/common/pq.py
@@ -265,6 +265,7 @@ def switch_to_pq_branch(repo, branch):
def apply_single_patch(repo, branch, patch, fallback_author, topic=None):
switch_to_pq_branch(repo, branch)
apply_and_commit_patch(repo, patch, fallback_author, topic)
+ gbp.log.info("Applied %s" % os.path.basename(patch.path))
def apply_and_commit_patch(repo, patch, fallback_author, topic=None):