From e6a5be3714b70236d84f25be2ce858c3d7e379d8 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 21 一月 2020 14:16:01 +0800 Subject: [PATCH] add recv sdk proc info from dispath --- util/common.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/util/common.go b/util/common.go index a4fdf8a..93ada39 100644 --- a/util/common.go +++ b/util/common.go @@ -65,7 +65,7 @@ } } if file == nil { - fmt.Println(`Read All Log Config Files Failed, Use Default, "./log/analysis-[type]"`) + fmt.Println(`Read All Log Config Files Failed, If -logit Use Default, "./log/analysis-[type]"`) return } yamlString := string(file) -- Gitblit v1.8.0