summaryrefslogtreecommitdiff
path: root/cloudinit/handlers
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-06-16 12:58:30 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-06-16 12:58:30 -0700
commit37da8d7e9dc74e65537bd64ea406cdebe0a6b539 (patch)
tree5c6d88d677fd4dac1826e200bd87315a2f3e0f91 /cloudinit/handlers
parent7b4208aa79514bb56fb5bf4c626df022c4ab02a5 (diff)
downloadvyos-cloud-init-37da8d7e9dc74e65537bd64ea406cdebe0a6b539.tar.gz
vyos-cloud-init-37da8d7e9dc74e65537bd64ea406cdebe0a6b539.zip
They are handlers not mods ;)
Diffstat (limited to 'cloudinit/handlers')
-rw-r--r--cloudinit/handlers/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/handlers/__init__.py b/cloudinit/handlers/__init__.py
index 0ff80a9e..afa9ec3b 100644
--- a/cloudinit/handlers/__init__.py
+++ b/cloudinit/handlers/__init__.py
@@ -104,7 +104,7 @@ def run_part(mod, data, ctype, filename, payload, frequency):
else:
mod.handle_part(data, ctype, filename, payload, frequency)
except:
- util.logexc(LOG, ("Failed calling mod %s (%s, %s, %s)"
+ util.logexc(LOG, ("Failed calling handler %s (%s, %s, %s)"
" with frequency %s"),
mod, ctype, filename,
mod_ver, frequency)