]> Frank Brehm's Git Trees - pixelpark/ldap-migration.git/commitdiff
Changing debug output
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 6 Jan 2021 17:16:48 +0000 (18:16 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 6 Jan 2021 17:16:48 +0000 (18:16 +0100)
lib/ldap_migration/__init__.py

index cd5f1b7c9021f0c49223ab6c3cd3ea268c9e7859..d607642071af3f4ae43219161dc0b9263a14ed9a 100644 (file)
@@ -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: