summaryrefslogtreecommitdiff
path: root/ick2
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-17 11:58:25 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-17 11:58:25 +0300
commit1da2ebfd801a56a6087e198f7889ab2935713fb9 (patch)
treeb0b2356950fabb661c570f1a218e15db813bef74 /ick2
parent2ddc7b40a84353dd1378e225d4a6f457699e9f22 (diff)
downloadick2-1da2ebfd801a56a6087e198f7889ab2935713fb9.tar.gz
Fix: module name
Diffstat (limited to 'ick2')
-rw-r--r--ick2/actions.py2
1 files changed, 1 insertions, 1 deletions
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)]