From aa7ca25a0126cc9dd061383f3aa813251489ae84 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 11 Dec 2018 18:03:08 +0100 Subject: import_ref: Fix warning --- gbp/scripts/import_ref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('.') -- cgit v1.2.3