From e286bd388340843506e7372e8315edac25486dff Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 23 Sep 2022 16:13:29 +0200 Subject: [PATCH] Cosmetic changes --- lib/pp_admintools/app/ldap.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/pp_admintools/app/ldap.py b/lib/pp_admintools/app/ldap.py index de17caf..1a13515 100644 --- a/lib/pp_admintools/app/ldap.py +++ b/lib/pp_admintools/app/ldap.py @@ -50,7 +50,7 @@ from ..config.ldap import LdapConnectionInfo, LdapConfiguration # rom ..config.ldap import DEFAULT_PORT_LDAP, DEFAULT_PORT_LDAPS from ..config.ldap import DEFAULT_TIMEOUT -__version__ = '0.7.1' +__version__ = '0.7.2' LOG = logging.getLogger(__name__) _ = XLATOR.gettext @@ -886,7 +886,7 @@ class BaseLdapApplication(BaseDPXApplication): if self.verbose > 3: msg = _("User with DN {dn!r} not found in {uri}.").format( dn=dn, uri=connect_info.url) - LOG.debug(msg) + LOG.debug(msg) return None found_dn = entry['dn'] @@ -948,7 +948,7 @@ class BaseLdapApplication(BaseDPXApplication): LOG.debug(msg + ' ' + pp(req_result)) result = req_response[0] if self.verbose > 3: - LOG.debug(_("Got a response entry:") + ' ' + pp(result)) + LOG.debug(_("Got a response entry:") + '\n' + pp(result)) else: if self.verbose > 3: -- 2.39.5