mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
fix windows-specific logging line
This commit is contained in:
parent
7cf56432be
commit
7c53c9ba1c
1 changed files with 1 additions and 1 deletions
|
|
@ -1385,7 +1385,7 @@ slapd_daemon_task(
|
|||
for ( i = 0; i < readfds.fd_count; i++ ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "connection", LDAP_LEVEL_DETAIL2,
|
||||
" %d%s", readfs.fd_array[i], "r", 0 );
|
||||
" %d%s", readfds.fd_array[i], "r", 0 ));
|
||||
#else
|
||||
Debug( LDAP_DEBUG_CONNS, " %d%s",
|
||||
readfds.fd_array[i], "r", 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue