]> git.sur5r.net Git - openldap/commitdiff
typo in error message
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 2 Feb 2009 23:42:42 +0000 (23:42 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 2 Feb 2009 23:42:42 +0000 (23:42 +0000)
tests/scripts/test050-syncrepl-multimaster

index 7e3ee8eb0d450ddaed498c67b0e052f74573897c..5c050794a119807e388bfcc2045fa1005ba24b28 100755 (executable)
@@ -464,7 +464,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