summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
;;