From 1b44c4caa1e7a1f90b3b3537de9cc1529f0891e8 Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka Date: May 05 2017 16:50:43 +0000 Subject: Fix wrong message on Dogtag instances stop https://pagure.io/freeipa/issue/6766 Reviewed-By: Martin Basti --- diff --git a/ipaserver/install/dogtaginstance.py b/ipaserver/install/dogtaginstance.py index f79031b..831d996 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):