diff options
author | Guido Günther <agx@sigxcpu.org> | 2013-03-14 07:13:20 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-03-14 07:14:01 +0100 |
commit | 4ef1081fe6fa26bcdec45742b70be0d3450d1a64 (patch) | |
tree | 9c16203289ac82fc539b746203ed5a0461214f94 /examples | |
parent | b678c6ac458aff22ad50cfd8be29bddee88936ef (diff) | |
download | git-buildpackage-4ef1081fe6fa26bcdec45742b70be0d3450d1a64.tar.gz git-buildpackage-4ef1081fe6fa26bcdec45742b70be0d3450d1a64.tar.bz2 git-buildpackage-4ef1081fe6fa26bcdec45742b70be0d3450d1a64.zip |
examples: fix logging
Thanks: Carsten Schoenert
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/gbp-posttag-push | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gbp-posttag-push b/examples/gbp-posttag-push index 012670df..76235ad6 100755 --- a/examples/gbp-posttag-push +++ b/examples/gbp-posttag-push @@ -84,7 +84,7 @@ def main(argv): parser = GbpOptionParser(command=os.path.basename(argv[0]), prefix='', usage='%prog [options] paths') except ConfigParser.ParsingError as err: - gbp.log.errror(err) + gbp.log.error(err) return 1 parser.add_option("-d", "--dry-run", dest="dryrun", default=False, |