Fix typo in tls_sockets()

This PR just fixes a minor bug in `tls_sockets()`, changing
```
debugme "stuck on sending: $ret"
```
to
```
debugme echo "stuck on sending: $ret"
```
This commit is contained in:
David Cooper 2017-01-25 08:57:20 -05:00 committed by GitHub
parent bc31639179
commit 1ee75689e0
1 changed files with 1 additions and 1 deletions

View File

@ -8882,7 +8882,7 @@ tls_sockets() {
fi
debugme outln
else
debugme "stuck on sending: $ret"
debugme echo "stuck on sending: $ret"
fi
close_socket