devtls: fix typo in debug print

This commit is contained in:
cinap_lenrek 2014-09-15 08:19:51 +02:00
parent 7f295c2055
commit 694597de3b

View file

@ -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;