aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gbp/scripts/import_ref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/import_ref.py b/gbp/scripts/import_ref.py
index 27d6a125..fcc10bff 100644
--- a/gbp/scripts/import_ref.py
+++ b/gbp/scripts/import_ref.py
@@ -135,7 +135,7 @@ def main(argv):
# TODO: add --filter-with-copyright which takes d/copyright into account
# TODO: handle automatic versions based on timestamp + sha1
# TODO: handle updating of upstream branch from remote
- gbp.warn("This script is experimental, it might change incompatibly between versions.")
+ gbp.log.warn("This script is experimental, it might change incompatibly between versions.")
try:
try:
repo = RollbackDebianGitRepository('.')