Also indicate the name of the transport being used

This commit is contained in:
Pierre Pronchery 2012-11-04 00:40:35 +01:00
parent f832d4ae96
commit 79f69d5712

View File

@ -23,7 +23,7 @@ _transport()
transport="$1" transport="$1"
name="$2" name="$2"
echo "transport: Testing $transport" 1<&2 echo "transport: Testing $transport ($name)" 1<&2
./transport -p "$transport" ./transport -p "$transport"
} }