Skip to content
Snippets Groups Projects
Commit 7c53c9ba authored by Gary Williams's avatar Gary Williams
Browse files

fix windows-specific logging line

parent 7cf56432
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment