diff --git a/cluster/aws/util.sh b/cluster/aws/util.sh index 213816a19c9..7588e2b3148 100644 --- a/cluster/aws/util.sh +++ b/cluster/aws/util.sh @@ -244,7 +244,7 @@ case "${KUBE_OS_DISTRIBUTION}" in detect-jessie-image ;; *) - echo "Please specify AWS_IMAGE directly (distro not recognized)" + echo "Please specify AWS_IMAGE directly (distro ${KUBE_OS_DISTRIBUTION} not recognized)" exit 2 ;; esac