Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
[DDW-480] Fix error message show user for x509 regeneration failures
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Nov 7, 2018
1 parent 4efd3d1 commit e484313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/launcher/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ generateTlsCertificates ConfigurationOptions{..} executable tlsPath = do

when (exitCode /= ExitSuccess) $ do
logError "Couldn't generate TLS certificates for Wallet"
liftIO . fail $ "Couldn't generate TLS certificates; wallet won't work without TLS. Please check your configuration and make sure you aren't already running an instance of Cardano."
liftIO . fail $ "Couldn't generate TLS certificates; Daedalus wallet won't work without TLS. Please check your configuration and make sure you aren't already running an instance of Daedalus wallet."


-- | If we are on server, we want the following algorithm:
Expand Down

0 comments on commit e484313

Please sign in to comment.