From bac4bdec1ce11d40628e08058e1db942d7243f93 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 10 Feb 2018 11:56:24 +0100 Subject: cli: Fix typo in logging --- gemato/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3