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