diff options
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/CloudConfig/cc_mounts.py | 2 |
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") |