From: Quanah Gibson-Mount Date: Mon, 2 Feb 2009 23:42:42 +0000 (+0000) Subject: typo in error message X-Git-Tag: OPENLDAP_REL_ENG_2_4_14~42 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=095e8f3b1a56b769bb8e0908e27b4cb334125bda;p=openldap typo in error message --- diff --git a/tests/scripts/test050-syncrepl-multimaster b/tests/scripts/test050-syncrepl-multimaster index 7e3ee8eb0d..5c050794a1 100755 --- a/tests/scripts/test050-syncrepl-multimaster +++ b/tests/scripts/test050-syncrepl-multimaster @@ -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