From 737e60d5c62c90837bd6cd5055dd646288d8c793 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期二, 23 七月 2019 18:49:01 +0800 Subject: [PATCH] 追踪添加容错 --- main.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main.go b/main.go index a3ca701..5284b7d 100644 --- a/main.go +++ b/main.go @@ -84,7 +84,7 @@ // 灏嗗閮ㄤ紶杩涙潵鐨剅ect锛坱op,bottom,left,right锛夎浆鍖栦负鑷繁鍐呴儴鐨剅ect(left top width height) func rectFormat(rcobj *protomsg.Rect) ruleserver.Rect { - logger.Info("++++++++++++++++++++++++++++++鐪嬬湅鏄惁閲嶅锛�",rcobj) + logger.Info("++++++++++++++++++++++++++++++鏀跺埌鐨剏olo鐨勫尯鍩熷潗鏍囷細",rcobj) rect := ruleserver.Rect{} rect.X = float64(rcobj.Left) rect.Y = float64(rcobj.Top) -- Gitblit v1.8.0