]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Changing output
authorFrank Brehm <frank@brehm-online.com>
Wed, 2 Nov 2022 11:33:34 +0000 (12:33 +0100)
committerFrank Brehm <frank@brehm-online.com>
Wed, 2 Nov 2022 11:33:34 +0000 (12:33 +0100)
lib/pp_admintools/app/mirror_ldap.py

index 111a2ef868a2359835ed83ebfeba8af218b0a00a..1d341b2c36ac9e274f4b44c483073fcca6b7a27a 100644 (file)
@@ -298,6 +298,9 @@ class MirrorLdapApplication(BaseLdapApplication):
             LOG.error(msg)
             self.exit(10)
 
+        self.empty_line()
+        LOG.info(_("Finished."))
+
     # -------------------------------------------------------------------------
     def get_current_src_entries(self):
         """Get DNs of all entries in the source LDAP instance and sort them."""