]> git.sur5r.net Git - openldap/commitdiff
Fix error message
authorKurt Zeilenga <kurt@openldap.org>
Fri, 24 Sep 2004 00:34:12 +0000 (00:34 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 24 Sep 2004 00:34:12 +0000 (00:34 +0000)
clients/tools/common.c

index 1acb01d1ca966ec523d54aba311eddb97198e4b8..2dac4ab0e309a6b87efb0e43282694ed4d66d475 100644 (file)
@@ -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 );
                }