From: Pierangelo Masarati Date: Sun, 6 Nov 2005 23:37:52 +0000 (+0000) Subject: fix num args in Debug() X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~73 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d0ca539cc9c545939e380aac55f81514892dd450;p=openldap fix num args in Debug() --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index eea67ea1e2..17a0e3a25f 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -151,7 +151,7 @@ int connections_init(void) NUM_CONNECTION_ARRAY, sizeof(ldap_pvt_thread_mutex_t) ); if( connections_mutex == NULL ) { Debug( LDAP_DEBUG_ANY, "connections_init: " - "allocation of connection mutex[%d] failed\n", i, 0, 0 ); + "allocation of connection mutexes failed\n", 0, 0, 0 ); return -1; }