diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-06-13 18:56:52 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-06-13 18:56:52 -0400 |
| commit | 490249b919aaf82527b81c88c88350fd478dbed9 (patch) | |
| tree | 1d136bb0f71bac53bdd64248bc9ab1387ee10b4b /src/Propellor/Property | |
| parent | b75ee60844fc56d361c5fac5a1038eebd33f26ba (diff) | |
add stopPropellorMessage
Diffstat (limited to 'src/Propellor/Property')
| -rw-r--r-- | src/Propellor/Property/Reboot.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Reboot.hs b/src/Propellor/Property/Reboot.hs index feb08694..161f2aee 100644 --- a/src/Propellor/Property/Reboot.hs +++ b/src/Propellor/Property/Reboot.hs @@ -86,7 +86,7 @@ toKernelNewerThan ver = -- under a kernel version that's too old. -- E.g. Sbuild.built can fail -- to add the config line `union-type=overlay` - else throwM $ StopPropellorException $ + else stopPropellorMessage $ "kernel newer than " ++ ver ++ " not installed" |
