mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix wrong message on Dogtag instances stop
https://pagure.io/freeipa/issue/6766 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
1a7a1f955e
commit
aba384ddb5
@ -167,7 +167,7 @@ class DogtagInstance(service.Service):
|
|||||||
except Exception:
|
except Exception:
|
||||||
self.log.debug(traceback.format_exc())
|
self.log.debug(traceback.format_exc())
|
||||||
self.log.critical(
|
self.log.critical(
|
||||||
"Failed to restart the Dogtag instance."
|
"Failed to stop the Dogtag instance."
|
||||||
"See the installation log for details.")
|
"See the installation log for details.")
|
||||||
|
|
||||||
def enable_client_auth_to_db(self, config):
|
def enable_client_auth_to_db(self, config):
|
||||||
|
Loading…
Reference in New Issue
Block a user