aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/acme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acme/acme.c')
-rw-r--r--src/cmd/acme/acme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/acme/acme.c b/src/cmd/acme/acme.c
index 408bd25b..913fadc3 100644
--- a/src/cmd/acme/acme.c
+++ b/src/cmd/acme/acme.c
@@ -341,6 +341,7 @@ shutdownthread(void *v)
USED(v);
+ threadsetname("shutdown");
c = threadnotechan();
while((msg = recvp(c)) != nil)
shutdown(nil, msg);