]> git.sur5r.net Git - openldap/commitdiff
Fix typo in error message
authorKurt Zeilenga <kurt@openldap.org>
Mon, 20 Sep 2004 04:41:19 +0000 (04:41 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 20 Sep 2004 04:41:19 +0000 (04:41 +0000)
clients/tools/common.c

index 5617d49c1e53a9bd09fc324e8c686a2f7dffe635..a37d5a688a8c5ef9cb57dc39ee5c5b96f84f1710 100644 (file)
@@ -709,7 +709,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 );
                }