]> git.sur5r.net Git - openldap/commitdiff
typo in error message
authorPierangelo Masarati <ando@openldap.org>
Sat, 31 Jan 2009 19:26:09 +0000 (19:26 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 31 Jan 2009 19:26:09 +0000 (19:26 +0000)
tests/scripts/test050-syncrepl-multimaster

index a3816c1309521d3cc19e0f86e5b8965a719c24e9..4e85c4f0c30c7b3a7f51906a33bac9cd023741e9 100755 (executable)
@@ -460,7 +460,7 @@ changetype: delete
 EOADDS
 RC=$?
 if test $RC != 0 ; then
-       echo "ldapmodify failed for consumer2 database ($RC)!"
+       echo "ldapmodify failed for consumer1 database ($RC)!"
        test $KILLSERVERS != no && kill -HUP $KILLPIDS
        exit $RC
 fi