devtls: fix typo in debug print
This commit is contained in:
parent
7f295c2055
commit
694597de3b
1 changed files with 1 additions and 1 deletions
|
@ -1824,7 +1824,7 @@ tlsError(TlsRec *tr, char *msg)
|
|||
{
|
||||
int s;
|
||||
|
||||
if(tr->debug)pprint("tleError %s\n", msg);
|
||||
if(tr->debug)pprint("tlsError %s\n", msg);
|
||||
lock(&tr->statelk);
|
||||
s = tr->state;
|
||||
tr->state = SError;
|
||||
|
|
Loading…
Reference in a new issue