···210210 defer w.deinit();
211211212212 const thrd = try std.Thread.spawn(.{}, Blocking(H).run, .{ &w, socket, ctx });
213213- log.info("starting blocking worker to listen on {}", .{address});
213213+ log.info("starting blocking worker to listen on {f}", .{address});
214214215215 // incase listenInNewThread was used and is waiting for us to start
216216 self._cond.signal();