From ed702a2b5b621d1352fce0eab08cccc9d5247d43 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期五, 16 八月 2019 19:32:38 +0800 Subject: [PATCH] --- --- algorithm/face/face.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/algorithm/face/face.go b/algorithm/face/face.go index 4f44993..53a3801 100644 --- a/algorithm/face/face.go +++ b/algorithm/face/face.go @@ -9,6 +9,7 @@ ) // 浜鸿劯绠楁硶 func Entrance(rule *protomsg.Rule, am *structure.AreaMap) structure.LittleRuleResult { + logger.Debug("---------璧颁簡浜鸿劯绠楁硶") return filterRule(rule,am) } -- Gitblit v1.8.0