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:
parent
bc31639179
commit
1ee75689e0
|
@ -8882,7 +8882,7 @@ tls_sockets() {
|
|||
fi
|
||||
debugme outln
|
||||
else
|
||||
debugme "stuck on sending: $ret"
|
||||
debugme echo "stuck on sending: $ret"
|
||||
fi
|
||||
|
||||
close_socket
|
||||
|
|
Loading…
Reference in New Issue