diff options
author | Christopher Baines <mail@cbaines.net> | 2024-01-17 13:23:47 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-01-17 13:23:47 +0000 |
commit | cbec4a5e392d4fe30a7bfe5e465f66f22ef4d9ee (patch) | |
tree | af4fc3ec5a6ef358d3d6d43796731aa35a591d35 /guix-build-coordinator/utils | |
parent | de25e4b2886c1a4690344ff2f641ebc1a3c98675 (diff) | |
download | build-coordinator-cbec4a5e392d4fe30a7bfe5e465f66f22ef4d9ee.tar build-coordinator-cbec4a5e392d4fe30a7bfe5e465f66f22ef4d9ee.tar.gz |
Fix worker thread channel destructor logging
Diffstat (limited to 'guix-build-coordinator/utils')
-rw-r--r-- | guix-build-coordinator/utils/fibers.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-build-coordinator/utils/fibers.scm b/guix-build-coordinator/utils/fibers.scm index 3dc612c..dc3b92e 100644 --- a/guix-build-coordinator/utils/fibers.scm +++ b/guix-build-coordinator/utils/fibers.scm @@ -69,7 +69,7 @@ arguments of the worker thread procedure." (current-error-port) "exception running destructor in worker thread (~A): ~A:\n ~A\n" name - initializer + destructor exn) #f) (lambda () |