summaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-07-18 20:11:08 +0200
committerGuido Günther <agx@sigxcpu.org>2017-07-18 20:12:11 +0200
commit9fc1774dfeba043b4bdf7c7535e640460e1e93cf (patch)
tree509badb899ff1059a98f9653c1d516192a88c6d7 /gbp
parent61f4625eb0b7cdd0277249aa592427e60500086d (diff)
import-dscs: don't use long gone log function
Closes: #868733
Diffstat (limited to 'gbp')
-rw-r--r--gbp/scripts/import_dscs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/import_dscs.py b/gbp/scripts/import_dscs.py
index fc28db0a..308c5a7b 100644
--- a/gbp/scripts/import_dscs.py
+++ b/gbp/scripts/import_dscs.py
@@ -58,7 +58,7 @@ def fetch_snapshots(pkg, downloaddir):
debsnap(quiet=True)
except gbpc.CommandExecFailed as e:
if debsnap.retcode == 2:
- gbp.log.error(e)
+ gbp.log.err(e)
gbp.log.warn("Some packages failed to download. Continuing.")
pass
else: