aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-03-14 07:13:20 +0100
committerGuido Günther <agx@sigxcpu.org>2013-03-14 07:14:01 +0100
commit4ef1081fe6fa26bcdec45742b70be0d3450d1a64 (patch)
tree9c16203289ac82fc539b746203ed5a0461214f94 /examples
parentb678c6ac458aff22ad50cfd8be29bddee88936ef (diff)
examples: fix logging
Thanks: Carsten Schoenert
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/gbp-posttag-push2
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,