diff --git a/updateMemberOf b/updateMemberOf index 9e92df4..cbaba18 100755 --- a/updateMemberOf +++ b/updateMemberOf @@ -96,7 +96,7 @@ class MyLdapClient(LdapClient): # pylint: disable=super-init-not-called def __init__(self, scripts_options): self.options = scripts_options - logging.info(u"Connect to LDAP server %s", self.options.host) + logging.info("Connect to LDAP server %s", self.options.host) self.cnx = LdapServer( self.options.host, dn=self.options.dn, pwd=self.options.pwd, v2=self.options.ldapv2)