summaryrefslogtreecommitdiff
path: root/logerrit
diff options
context:
space:
mode:
authorShinnok <admin@shinnok.com>2017-09-06 12:29:01 +0100
committerMichael Meeks <michael.meeks@collabora.com>2017-09-06 16:07:50 +0200
commitb9ddf19ca151d2c7f7315fc26138e5b2b4d4ab8d (patch)
tree8e576b29f867fb2123e9bac72d1e10359505b6bd /logerrit
parent3811da1b854896fa96f65a87efb1876523353618 (diff)
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 <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'logerrit')
-rwxr-xr-xlogerrit4
1 files 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
;;