Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
7b503e62
Commit
7b503e62
authored
Jan 12, 2007
by
Quanah Gibson-Mount
Browse files
logging cleanup
parent
f2be5ad0
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
7b503e62
...
...
@@ -747,11 +747,12 @@ connection_destroy( Connection *c )
slapd_remove
(
sd
,
sb
,
1
,
0
,
0
);
if
(
close_reason
==
NULL
)
{
close_reason
=
""
;
Statslog
(
LDAP_DEBUG_STATS
,
"conn=%lu fd=%ld closed
\n
"
,
connid
,
(
long
)
sd
,
0
,
0
,
0
);
}
else
{
Statslog
(
LDAP_DEBUG_STATS
,
"conn=%lu fd=%ld closed (%s)
\n
"
,
connid
,
(
long
)
sd
,
close_reason
,
0
,
0
);
}
Statslog
(
LDAP_DEBUG_STATS
,
"conn=%lu fd=%ld closed (%s)
\n
"
,
connid
,
(
long
)
sd
,
close_reason
,
0
,
0
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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