From c465893cbe651bb51abcde0f68e44b03eab94bd6 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 6 Jan 2021 18:16:48 +0100 Subject: [PATCH] Changing debug output --- lib/ldap_migration/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ldap_migration/__init__.py b/lib/ldap_migration/__init__.py index cd5f1b7..d607642 100644 --- a/lib/ldap_migration/__init__.py +++ b/lib/ldap_migration/__init__.py @@ -866,7 +866,7 @@ class LDAPMigrationApplication(BaseApplication): self.object_classes[oc_name] = oc LOG.debug("Found {} ObjectClasses.".format(len(self.object_classes))) - if self.verbose > 2: + if self.verbose > 1: if self.verbose > 3: LOG.debug("Discovered ObjectClasses:\n" + pp(self.object_classes.as_dict())) else: -- 2.39.5