]> git.sur5r.net Git - openldap/commitdiff
fix num args in Debug()
authorPierangelo Masarati <ando@openldap.org>
Sun, 6 Nov 2005 23:37:52 +0000 (23:37 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 6 Nov 2005 23:37:52 +0000 (23:37 +0000)
servers/slapd/connection.c

index eea67ea1e27fd0fc91149db7e813c01ccffac364..17a0e3a25f36dc3d70475a56d6691c1d4ba9bc81 100644 (file)
@@ -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;
        }