summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-07-27 20:55:48 -0400
committerScott Moser <smoser@ubuntu.com>2015-07-27 20:55:48 -0400
commit6aa70d2f318a56343a7e42075a2249d40f401041 (patch)
tree00db6af8e6fd11c3635ed858705f9c77ff3bf190 /cloudinit
parent39f25660714e5640be3dce576a6cfdee9a1672c8 (diff)
parent3a59cf0077f01b82a8b464568bcdd94ce2112b1d (diff)
downloadvyos-cloud-init-6aa70d2f318a56343a7e42075a2249d40f401041.tar.gz
vyos-cloud-init-6aa70d2f318a56343a7e42075a2249d40f401041.zip
fix build with merge from trunk
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/util.py b/cloudinit/util.py
index db4e02b8..02ba654a 100644
--- a/cloudinit/util.py
+++ b/cloudinit/util.py
@@ -2145,7 +2145,7 @@ def _read_dmi_syspath(key):
return key_data.strip()
except Exception as e:
- logexc(LOG, "failed read of %s", dmi_key_path, e)
+ logexc(LOG, "failed read of %s", dmi_key_path)
return None