ref: 21c23ad3b78a66ec75b6a7bfe030ebe0c6785366
parent: 2b2346484eaeb769527900a992e6c1a967e4a074
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Sep 15 04:19:51 EDT 2014
devtls: fix typo in debug print
--- a/sys/src/9/port/devtls.c
+++ b/sys/src/9/port/devtls.c
@@ -1824,7 +1824,7 @@
{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;
--
⑨