]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Sun, 23 Jul 2000 21:22:19 +0000 (21:22 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 23 Jul 2000 21:22:19 +0000 (21:22 +0000)
servers/slapd/connection.c

index 153b74c9a2e0e749bffd7f7e39a176a5831d3766..b8acb6677cded3f06eeac4045f8728ffe8649436 100644 (file)
@@ -1138,8 +1138,7 @@ static int connection_op_activate( Connection *conn, Operation *op )
 
        if ( status != 0 ) {
                Debug( LDAP_DEBUG_ANY,
-               "ldap_pvt_thread_create failed (%d)\n", status, 0, 0 );
-
+               "ldap_pvt_thread_pool_submit failed (%d)\n", status, 0, 0 );
                /* should move op to pending list */
        }