summaryrefslogtreecommitdiff
path: root/debvm-waitssh
diff options
context:
space:
mode:
Diffstat (limited to 'debvm-waitssh')
-rwxr-xr-xdebvm-waitssh3
1 files changed, 3 insertions, 0 deletions
diff --git a/debvm-waitssh b/debvm-waitssh
index 857a958..bde1a93 100755
--- a/debvm-waitssh
+++ b/debvm-waitssh
@@ -153,5 +153,8 @@ while test "$now" -lt "$deadline"; do
now=$(date +%s)
fi
done
+if [ "$VERBOSITY" -ge 1 ]; then
+ echo "$0: timeout reached trying to contact $HOST:$PORT after waiting $TOTALTIMEOUT seconds." >&2
+fi
exit 1