From bddd221ee61f8fca61f5a7e17ee47019862c1da7 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 17 Jan 2020 11:14:56 +0100 Subject: dch: Always print where we pick up --- gbp/scripts/dch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py index b1c8aa82..e48e87b5 100644 --- a/gbp/scripts/dch.py +++ b/gbp/scripts/dch.py @@ -486,7 +486,7 @@ def main(argv): msg = "Continuing from commit '%s'" % since else: msg = "Starting from first commit" - gbp.log.info(msg) + gbp.log.info(msg) found_snapshot_banner = has_snapshot_banner(cp) if args: -- cgit v1.2.3