]> git.sur5r.net Git - openldap/commitdiff
fix previous commit
authorPierangelo Masarati <ando@openldap.org>
Thu, 5 Mar 2009 18:06:27 +0000 (18:06 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 5 Mar 2009 18:06:27 +0000 (18:06 +0000)
servers/slapd/slapcommon.c

index 8cdf545fe4aa66de48dfae9e2d4f55ba670ce6f3..05f331a6f67eced51a68e51475e21d9027a56c26 100644 (file)
@@ -693,8 +693,8 @@ slap_tool_init(
                fprintf( stderr,
                        "Database number selected via -n is out of range\n"
                        "Must be in the range 0 to %d"
-                       " (less than the number of configured databases, %d)\n",
-                       nbackends - 1, nbackends );
+                       " (the number of configured databases)\n",
+                       nbackends - 1 );
                exit( EXIT_FAILURE );
 
        } else {