Yair Zaslavsky has uploaded a new change for review. Change subject: tools: adding missing space to fix type ......................................................................
tools: adding missing space to fix type Bug-Url: https://bugzilla.redhat.com/1058957 Change-Id: I663852b5ab9617e864413f760afe56e79cbdf3cb Signed-off-by: Yair Zaslavsky <[email protected]> --- M backend/manager/tools/src/main/java/org/ovirt/engine/core/config/entity/helper/PasswordValueHelper.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/30/26230/1 diff --git a/backend/manager/tools/src/main/java/org/ovirt/engine/core/config/entity/helper/PasswordValueHelper.java b/backend/manager/tools/src/main/java/org/ovirt/engine/core/config/entity/helper/PasswordValueHelper.java index 7ada996..df93961 100644 --- a/backend/manager/tools/src/main/java/org/ovirt/engine/core/config/entity/helper/PasswordValueHelper.java +++ b/backend/manager/tools/src/main/java/org/ovirt/engine/core/config/entity/helper/PasswordValueHelper.java @@ -122,7 +122,7 @@ } } return new ValidationResult(false, - String.format("It appears you tried to change a password for %1$s in a wrong way." + String.format("It appears you tried to change a password for %1$s in a wrong way. " + "You should use interactive mode or provide a file cotaining the password. Run the utility with --help for more information.", key.getKey())); -- To view, visit http://gerrit.ovirt.org/26230 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I663852b5ab9617e864413f760afe56e79cbdf3cb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
