From aba384ddb535e81f81a518fa468a8ed095250ca1 Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka Date: Thu, 4 May 2017 15:00:33 +0200 Subject: [PATCH] Fix wrong message on Dogtag instances stop https://pagure.io/freeipa/issue/6766 Reviewed-By: Martin Basti --- ipaserver/install/dogtaginstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipaserver/install/dogtaginstance.py b/ipaserver/install/dogtaginstance.py index f79031bff..831d99602 100644 --- a/ipaserver/install/dogtaginstance.py +++ b/ipaserver/install/dogtaginstance.py @@ -167,7 +167,7 @@ class DogtagInstance(service.Service): except Exception: self.log.debug(traceback.format_exc()) self.log.critical( - "Failed to restart the Dogtag instance." + "Failed to stop the Dogtag instance." "See the installation log for details.") def enable_client_auth_to_db(self, config):