diff options
| author | Xe Iaso <xe@tailscale.com> | 2023-06-22 08:57:15 -0400 |
|---|---|---|
| committer | Xe Iaso <xe@tailscale.com> | 2023-06-22 08:57:24 -0400 |
| commit | d007b37b84754cacc2b0d121aab35e07799c7617 (patch) | |
| tree | 66f35779672e288350668197a3d0b523ed2163fe /conferences | |
| parent | 0f1f7935ae53639c0716f76a637aa0a07be0fed3 (diff) | |
| download | x-d007b37b84754cacc2b0d121aab35e07799c7617.tar.xz x-d007b37b84754cacc2b0d121aab35e07799c7617.zip | |
gc23/cmd/yuechu: add log message for binding to port 1997
Signed-off-by: Xe Iaso <xe@tailscale.com>
Diffstat (limited to 'conferences')
| -rw-r--r-- | conferences/gceu23/cmd/yuechu/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conferences/gceu23/cmd/yuechu/main.go b/conferences/gceu23/cmd/yuechu/main.go index f0fa94f..0b23726 100644 --- a/conferences/gceu23/cmd/yuechu/main.go +++ b/conferences/gceu23/cmd/yuechu/main.go @@ -50,6 +50,8 @@ func main() { ln.FatalErr(ctx, err) } + ln.Log(ctx, ln.Action("listening"), ln.F{"bind": *bind}) + for { conn, err := server.Accept() if err != nil { |
