From b9ddf19ca151d2c7f7315fc26138e5b2b4d4ab8d Mon Sep 17 00:00:00 2001 From: Shinnok Date: Wed, 6 Sep 2017 12:29:01 +0100 Subject: [PATCH] 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 Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- logerrit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;; -- 2.18.1