Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
cfaf1da7
Commit
cfaf1da7
authored
Jun 21, 2002
by
Kurt Zeilenga
Browse files
silence excessive logging
parent
a3bb5b26
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/getdn.c
View file @
cfaf1da7
...
...
@@ -662,7 +662,7 @@ ldap_bv2dn( struct berval *bv, LDAPDN **dn, unsigned flags )
#ifdef NEW_LOGGING
LDAP_LOG
((
"getdn"
,
LDAP_LEVEL_ARGS
,
"ldap_bv2dn(%s,%u)
\n
%s"
,
str
,
flags
,
""
));
#el
se
#el
if 0
Debug
(
LDAP_DEBUG_TRACE
,
"=> ldap_bv2dn(%s,%u)
\n
%s"
,
str
,
flags
,
""
);
#endif
...
...
@@ -839,7 +839,7 @@ return_result:;
#ifdef NEW_LOGGING
LDAP_LOG
((
"getdn"
,
LDAP_LEVEL_RESULTS
,
"<= ldap_bv2dn(%s,%u)=%d
\n
"
,
str
,
flags
,
rc
));
#el
se
#el
if 0
Debug
(
LDAP_DEBUG_TRACE
,
"<= ldap_bv2dn(%s,%u)=%d
\n
"
,
str
,
flags
,
rc
);
#endif
*
dn
=
newDN
;
...
...
@@ -2969,7 +2969,7 @@ int ldap_dn2bv( LDAPDN *dn, struct berval *bv, unsigned flags )
#ifdef NEW_LOGGING
LDAP_LOG
((
"getdn"
,
LDAP_LEVEL_ARGS
,
"=> ldap_dn2bv(%u)
\n
%s%s"
,
flags
,
""
,
""
));
#el
se
#el
if 0
Debug
(
LDAP_DEBUG_TRACE
,
"=> ldap_dn2bv(%u)
\n
%s%s"
,
flags
,
""
,
""
);
#endif
...
...
@@ -3281,7 +3281,7 @@ int ldap_dn2bv( LDAPDN *dn, struct berval *bv, unsigned flags )
#ifdef NEW_LOGGING
LDAP_LOG
((
"getdn"
,
LDAP_LEVEL_RESULTS
,
"<= ldap_dn2bv(%s,%u)=%d
\n
"
,
bv
->
bv_val
,
flags
,
rc
));
#el
se
#el
if 0
Debug
(
LDAP_DEBUG_TRACE
,
"<= ldap_dn2bv(%s,%u)=%d
\n
"
,
bv
->
bv_val
,
flags
,
rc
);
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment