diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-03 13:49:26 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-03 13:49:26 -0400 |
| commit | c764993cb3be4feb114220ac0d6ddf317420c021 (patch) | |
| tree | 36d40ddcfb04f9f7b0e047e66be865b3b5d0d7a7 /Propellor/Message.hs | |
| parent | b9f32f4c1d171fc2735e214bbe957fe7e9662c78 (diff) | |
improved remote and local provisioning
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 () |
