From 8f4b8339a4242f433f69de2b2262589b2adb16b7 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 24 Sep 2004 00:34:12 +0000 Subject: [PATCH] Fix error message --- clients/tools/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tools/common.c b/clients/tools/common.c index 1acb01d1ca..2dac4ab0e3 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -687,7 +687,7 @@ tool_conn_setup( int not, void (*private_setup)( LDAP * ) ) rc = ldap_initialize( &ld, ldapuri ); if( rc != LDAP_SUCCESS ) { fprintf( stderr, - "Could not create LDAP session handle for URI=%s %d): %s\n", + "Could not create LDAP session handle for URI=%s (%d): %s\n", ldapuri, rc, ldap_err2string(rc) ); exit( EXIT_FAILURE ); } -- 2.39.5