From f734a897fde0333b9fcb2af8cc7f81b763637641 Mon Sep 17 00:00:00 2001 From: lijun Date: Tue, 14 Jan 2025 23:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=86=85=E5=AD=98=E6=B3=84?= =?UTF-8?q?=E6=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/tool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/tool.go b/service/tool.go index a234b07..7b61985 100644 --- a/service/tool.go +++ b/service/tool.go @@ -93,7 +93,7 @@ func getVideoFrame(device proto.DeviceInfo) { z++ err2 := frame.Close() if err2 != nil { - fmt.Println("设备:%d 错误: 无法关闭帧", device.ID) + fmt.Println("设备:%d,计数z=%d, 错误: 无法关闭帧", device.ID, z) } } }