aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-12-11 18:03:08 +0100
committerGuido Günther <agx@sigxcpu.org>2018-12-11 18:04:21 +0100
commitaa7ca25a0126cc9dd061383f3aa813251489ae84 (patch)
treef5eed2eb803c5c6125a92ad0aed0b02ad8a8d7fd
parentbcfab5ae4a0a11df675e06fa5e194f45785e50cf (diff)
import_ref: Fix warning
-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('.')