From 2b1b9056b18152d76f7bbe984d69ca06472f972c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 7 Jan 2021 18:03:35 +0100 Subject: [PATCH] Debug output --- lib/ldap_migration/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ldap_migration/__init__.py b/lib/ldap_migration/__init__.py index 166e99d..8f948b4 100644 --- a/lib/ldap_migration/__init__.py +++ b/lib/ldap_migration/__init__.py @@ -1574,8 +1574,6 @@ class LDAPMigrationApplication(BaseApplication): tgt_dn = self.mangle_dn(src_dn) rev_dn = self.get_reverse_dn(tgt_dn) - LOG.debug("Checking {rdn!r} against {sdn!r} ...".format( - rdn=rev_dn.lower(), sdn=self.rev_dn_samba_computers.lower())) if (rev_dn.lower().startswith(self.rev_dn_samba_computers.lower()) and tgt_dn.lower().startswith('uid=')): LOG.info("Entry {!r} is a Samba Computer entry and will not be migrated.".format( -- 2.39.5