https://bugs.openldap.org/show_bug.cgi?id=10460
Issue ID: 10460 Summary: Stray uses of fprintf in libldap Product: OpenLDAP Version: 2.6.12 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: minor Priority: --- Component: libraries Assignee: bugs@openldap.org Reporter: hyc@openldap.org Target Milestone: ---
avl.c, cyrus.c, error.c, ldap_sync.c, ldifutil.c contain uses of `fprintf(stderr,...)` which should probably use Debug instead.