Skip to content

Commit

Permalink
change loglevel message (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denchick authored Jul 18, 2023
1 parent 76ef113 commit be54843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/ldap.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ od_retcode_t od_ldap_server_init(od_logger_t *logger, od_ldap_server_t *server,
server->endpoint->ldapbindpasswd :
"");

od_error(logger, "auth_ldap", NULL, NULL,
od_debug(logger, "auth_ldap", NULL, NULL,
"basednn simple bind result: %d", rc);

return rc;
Expand Down

0 comments on commit be54843

Please sign in to comment.