summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgbp/scripts/tag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/tag.py b/gbp/scripts/tag.py
index 7cc93dab..1b16f2de 100755
--- a/gbp/scripts/tag.py
+++ b/gbp/scripts/tag.py
@@ -41,7 +41,7 @@ def create_debian_tag(repo, source, commit, options):
returns: the created tag
"""
tag = repo.version_to_tag(options.debian_tag, source.version)
- gbp.log.info("Tagging %s as %s" % (source.version, tag))
+ gbp.log.info("Tagging Debian package %s as %s in git" % (source.version, tag))
if options.retag and repo.has_tag(tag):
repo.delete_tag(tag)
tag_msg = format_str(options.debian_tag_msg,