From: Kurt Zeilenga Date: Fri, 24 Sep 2004 00:34:12 +0000 (+0000) Subject: Fix error message X-Git-Tag: OPENLDAP_REL_ENG_2_2_18~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8f4b8339a4242f433f69de2b2262589b2adb16b7;p=openldap Fix error message --- 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 ); }