From 8a189c777a89b066ae2ab4b3a0c2a049b527d017 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 23 May 2020 14:09:22 +0200 Subject: [PATCH] check-connectivity.sh: add checked http host to error message. --- check-connectivity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check-connectivity.sh b/check-connectivity.sh index d882819..870f13d 100755 --- a/check-connectivity.sh +++ b/check-connectivity.sh @@ -536,11 +536,11 @@ for _host in $HTTPS_CHECK_HOSTS ; do break ;; 5) echo_failed - error "The web proxy won't let us through" + error "The web proxy won't let us through. Direction was '$_host'" ;; *) echo_failed - error "Something is wrong with HTTP connections. Go check it." + error "Something is wrong with HTTP connections to '$_host'. Go check it." ;; esac else