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:
Stanislav Laznicka 2017-05-04 15:00:33 +02:00 committed by Martin Basti
parent 1a7a1f955e
commit aba384ddb5

View File

@ -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):