From b9dedde845c5f5aaacaa028ed2a59110363a8ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=80=9D=E6=95=8F?= Date: Thu, 1 Sep 2022 11:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0TAP=E6=B5=8B=E8=AF=95(TODO=20=E8=A7=A3?= =?UTF-8?q?=E6=9E=90arp)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netcard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netcard.go b/netcard.go index be0bfd5..918cfcf 100644 --- a/netcard.go +++ b/netcard.go @@ -179,7 +179,7 @@ func (nt *NetTunnel) Run() { } func (nt *NetTunnel) SendFrames(stream gen.FrameService_SendFramesServer) error { - log.Printf("Start: %v", stream.Context()) + log.Printf("Start: SendFrames") nt.shutdown.Loop(func(index int, ps *perfectshutdown.PerfectShutdown) { request, err := stream.Recv()