summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/CloudConfig/cc_mounts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/CloudConfig/cc_mounts.py b/cloudinit/CloudConfig/cc_mounts.py
index 14ef1465..ffc647aa 100644
--- a/cloudinit/CloudConfig/cc_mounts.py
+++ b/cloudinit/CloudConfig/cc_mounts.py
@@ -145,4 +145,4 @@ def handle(name,cfg,cloud,log,args):
except: log.warn("Failed to make '%s' config-mount\n",d)
try: util.subp(("mount","-a"))
- except: pass
+ except: log.warn("'mount -a' failed")