mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
server install: drop some print statements, change log level
The server installer had no console logger set so print statements were used for communication. Now that a logger is enabled the extra prints need to be dropped. A number of logger.info statements have been upgraded to debug since they do not need to appear on the console by default. https://pagure.io/freeipa/issue/6760 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
committed by
Tibor Dudlák
parent
8ea227451f
commit
00ddb5dd53
@@ -770,10 +770,7 @@ def install(installer):
|
||||
# chrony will be handled here in uninstall() method as well by invoking
|
||||
# the ipa-server-install --uninstall
|
||||
if not options.no_ntp:
|
||||
print("Synchronizing time")
|
||||
if ipaclient.install.client.sync_time(options, fstore, sstore):
|
||||
print("Time synchronization was successful.")
|
||||
else:
|
||||
if not ipaclient.install.client.sync_time(options, fstore, sstore):
|
||||
print("Warning: IPA was unable to sync time with chrony!")
|
||||
print(" Time synchronization is required for IPA "
|
||||
"to work correctly")
|
||||
|
||||
Reference in New Issue
Block a user