|
@@ -46,7 +46,7 @@ func ListenTCP(ctx context.Context, address net.Address, port net.Port, streamSe
|
|
|
Net: "unix",
|
|
Net: "unix",
|
|
|
}, streamSettings.SocketSettings)
|
|
}, streamSettings.SocketSettings)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
- return nil, newError("failed to listen Unix Doman Socket on ", address).Base(err)
|
|
|
|
|
|
|
+ return nil, newError("failed to listen Unix Domain Socket on ", address).Base(err)
|
|
|
}
|
|
}
|
|
|
newError("listening Unix Domain Socket on ", address).WriteToLog(session.ExportIDToError(ctx))
|
|
newError("listening Unix Domain Socket on ", address).WriteToLog(session.ExportIDToError(ctx))
|
|
|
locker := ctx.Value(address.Domain())
|
|
locker := ctx.Value(address.Domain())
|