summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-10 11:56:24 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-10 11:56:24 +0100
commitbac4bdec1ce11d40628e08058e1db942d7243f93 (patch)
treed8a99bd202842678f81ec697fb31b5fff12537f5
parent1d3b7e7c297193c21fc46bc134ec0aadd83a76d4 (diff)
downloadgemato-bac4bdec1ce11d40628e08058e1db942d7243f93.tar.gz
cli: Fix typo in logging
-rw-r--r--gemato/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemato/cli.py b/gemato/cli.py
index b975d1f..cd5d14d 100644
--- a/gemato/cli.py
+++ b/gemato/cli.py
@@ -330,7 +330,7 @@ class UpdateCommand(BaseUpdateCommand):
return 1
last_ts = m.find_timestamp()
if last_ts is None:
- loggng.error('Incremental specified but no timestamp in Manifest')
+ logging.error('Incremental specified but no timestamp in Manifest')
return 1
update_kwargs['last_mtime'] = last_ts.ts.timestamp()