diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-03 13:49:33 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-03 13:49:33 -0400 |
| commit | 7c0b19218a65aec2bfb346f40c7b0ea2f6229668 (patch) | |
| tree | 3c773958ca27305a7d1de58f82889e321fc74588 /Propellor/Message.hs | |
| parent | ced760359a35ebda365056f2046081175e512d8d (diff) | |
| parent | c764993cb3be4feb114220ac0d6ddf317420c021 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'Propellor/Message.hs')
| -rw-r--r-- | Propellor/Message.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Message.hs b/Propellor/Message.hs index c15661a7..eb3f3177 100644 --- a/Propellor/Message.hs +++ b/Propellor/Message.hs @@ -35,7 +35,7 @@ warningMessage s = do errorMessage :: String -> IO a errorMessage s = do warningMessage s - error "Propellor failed!" + error "Cannot continue!" -- | Causes a debug message to be displayed when PROPELLOR_DEBUG=1 debug :: [String] -> IO () |
