From: Kurt Zeilenga Date: Sun, 23 Jul 2000 21:22:19 +0000 (+0000) Subject: Fix typo X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2365 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e7e7bca4c0ace3be66426a2bcac2a965d6481230;p=openldap Fix typo --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 153b74c9a2..b8acb6677c 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -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 */ }