logerrit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b9ddf19ca151d2c7f7315fc26138e5b2b4d4ab8d Author: Shinnok <ad...@shinnok.com> Date: Wed Sep 6 12:29:01 2017 +0100
Improve error message on ssh login failure. Also use the GERRITHOST variable instead of magic text. Change-Id: I3314be81017f64fca8aa756cca1715081ad01641 Reviewed-on: https://gerrit.libreoffice.org/41988 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Michael Meeks <michael.me...@collabora.com> Tested-by: Michael Meeks <michael.me...@collabora.com> diff --git a/logerrit b/logerrit index 060a6d4bfd32..6e8dddcc165c 100755 --- a/logerrit +++ b/logerrit @@ -128,8 +128,8 @@ case "$1" in then echo "Your gerrit setup was successful!" else - echo "There seems to be trouble." - echo "please have the output of: ssh -vvvv logerrit" + echo "There seems to be trouble. Please have the output of:" + echo "ssh -vvvv "$GERRITHOST echo "at hand when looking for help." fi ;; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits