From 1da2ebfd801a56a6087e198f7889ab2935713fb9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 17 Sep 2018 11:58:25 +0300 Subject: Fix: module name --- ick2/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ick2/actions.py b/ick2/actions.py index 08b22c6..4dd891f 100644 --- a/ick2/actions.py +++ b/ick2/actions.py @@ -599,7 +599,7 @@ class DputAction(Action): # pragma: no cover apt_server = self._cc.get_apt_server() config = self.get_dput_config(apt_server) - loggign.debug('dput config:\n%s', config) + logging.debug('dput config:\n%s', config) filename = self.create_dput_config_file(config) argv = ['sh', '-c', 'dput -c {} ick *.changes'.format(filename)] -- cgit v1.2.1