From e7e7bca4c0ace3be66426a2bcac2a965d6481230 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 23 Jul 2000 21:22:19 +0000 Subject: [PATCH] Fix typo --- servers/slapd/connection.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */ } -- 2.39.5