summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_ssh_import_id.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/config/cc_ssh_import_id.py')
-rw-r--r--cloudinit/config/cc_ssh_import_id.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_ssh_import_id.py b/cloudinit/config/cc_ssh_import_id.py
index 6a15895d..86cf7254 100644
--- a/cloudinit/config/cc_ssh_import_id.py
+++ b/cloudinit/config/cc_ssh_import_id.py
@@ -57,7 +57,7 @@ def handle(_name, cfg, cloud, log, args):
)
return
elif not subp.which(SSH_IMPORT_ID_BINARY):
- log.warn(
+ log.warning(
"ssh-import-id is not installed, but module ssh_import_id is "
"configured. Skipping module."
)