summaryrefslogtreecommitdiff
path: root/Propellor/Message.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-03 13:49:26 -0400
committerJoey Hess2014-04-03 13:49:26 -0400
commitc764993cb3be4feb114220ac0d6ddf317420c021 (patch)
tree36d40ddcfb04f9f7b0e047e66be865b3b5d0d7a7 /Propellor/Message.hs
parentb9f32f4c1d171fc2735e214bbe957fe7e9662c78 (diff)
improved remote and local provisioning
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 ()