summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Mount.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-23 11:30:27 -0400
committerJoey Hess2015-10-23 11:30:27 -0400
commit04209e7763547af4fa3527cb9e5e7d0d964edb97 (patch)
tree222c062458b0e5c18151e9b1be55e0a6540c82f4 /src/Propellor/Property/Mount.hs
parent12cdc6d324c7d7abd62cc05aea2490b3cbdab059 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/Mount.hs')
-rw-r--r--src/Propellor/Property/Mount.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Mount.hs b/src/Propellor/Property/Mount.hs
index 315e2d48..2496b1cc 100644
--- a/src/Propellor/Property/Mount.hs
+++ b/src/Propellor/Property/Mount.hs
@@ -56,7 +56,7 @@ genFstab mnts swaps mnttransform = do
]
legend = ["# <file system>", "<mount point>", "<type>", "<options>", "<dump>", "<pass>"]
getcfg mnt = sequence
- [ fromMaybe (error "unable to find mount source")
+ [ fromMaybe (error $ "unable to find mount source for " ++ mnt)
<$> getM (\a -> a mnt)
[ uuidprefix getMountUUID
, sourceprefix getMountLabel