diff options
| author | Abhishek Koneru <akoneru@redhat.com> | 2013-04-22 15:48:57 -0400 |
|---|---|---|
| committer | Abhishek Koneru <akoneru@redhat.com> | 2013-04-22 16:17:09 -0400 |
| commit | 991fdc49e17166a9c6003b73bf21172e59746141 (patch) | |
| tree | 40a7afabb13e9544c6ba8f00d21b40aff8e174bd /base/server/src/engine | |
| parent | 40378f5a796227db137de932b143801cd17ad9e3 (diff) | |
Remove installation information logs in pkispawn.
Do not log the installation information after completion of
installation in pkispawn because, when run in verbose mode,
All the information is printed twice in an unordered way.
Diffstat (limited to 'base/server/src/engine')
| -rw-r--r-- | base/server/src/engine/pkimessages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/src/engine/pkimessages.py b/base/server/src/engine/pkimessages.py index d5c14ec8e..8aee018d3 100644 --- a/base/server/src/engine/pkimessages.py +++ b/base/server/src/engine/pkimessages.py @@ -314,7 +314,7 @@ PKI_ACCESS_URL = "\tThe URL for the subsystem is https://%s:%s/%s" PKI_INSTANCE_RESTART_MESSAGE = "\tTo restart the subsystem: systemctl restart pki-tomcatd\@%s.service" PKI_SPAWN_INFORMATION_HEADER = "\n\t==========================================================================\n"\ - "\t INSTALLATION INFORMATION\n"\ + "\t INSTALLATION SUMMARY\n"\ "\t==========================================================================\n" PKI_SPAWN_INFORMATION_FOOTER = "\n\t==========================================================================\n" |
