mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Fix debug statement (remove spurious '.' after '\n').
This commit is contained in:
parent
3d9fd17678
commit
c702f2e50f
1 changed files with 1 additions and 1 deletions
|
|
@ -1032,7 +1032,7 @@ int slapd_daemon_init( const char *urls )
|
|||
for( i=0; u[i] != NULL; i++ ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( CONNECTION, DETAIL1,
|
||||
"slap_daemon_init: listen on %s\n.", u[i], 0, 0 );
|
||||
"slap_daemon_init: listen on %s\n", u[i], 0, 0 );
|
||||
#else
|
||||
Debug( LDAP_DEBUG_TRACE, "daemon_init: listen on %s\n",
|
||||
u[i], 0, 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue