summaryrefslogtreecommitdiff
path: root/Propellor/Message.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-04-03 13:49:33 -0400
committerJoey Hess <joey@kitenet.net>2014-04-03 13:49:33 -0400
commit7c0b19218a65aec2bfb346f40c7b0ea2f6229668 (patch)
tree3c773958ca27305a7d1de58f82889e321fc74588 /Propellor/Message.hs
parentced760359a35ebda365056f2046081175e512d8d (diff)
parentc764993cb3be4feb114220ac0d6ddf317420c021 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'Propellor/Message.hs')
-rw-r--r--Propellor/Message.hs2
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 ()