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

Commit d5ef7c2

Browse files
authored
[DDW-480] Fix error message show user for x509 regeneration failures (#3838)
1 parent 4efd3d1 commit d5ef7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/launcher/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ generateTlsCertificates ConfigurationOptions{..} executable tlsPath = do
423423

424424
when (exitCode /= ExitSuccess) $ do
425425
logError "Couldn't generate TLS certificates for Wallet"
426-
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."
426+
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."
427427

428428

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

0 commit comments

Comments
 (0)