From afb2b38f6866a92373c8c8ba8aaa5d2f08997d8f Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 14 一月 2020 17:38:22 +0800
Subject: [PATCH] add chan cache for async

---
 util/common.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/util/common.go b/util/common.go
index 0ed45b1..a4fdf8a 100644
--- a/util/common.go
+++ b/util/common.go
@@ -65,7 +65,7 @@
 		}
 	}
 	if file == nil {
-		fmt.Println("Read All Config Files Failed, Use Default, example LogFile ./log/analysis-'type'")
+		fmt.Println(`Read All Log Config Files Failed, Use Default, "./log/analysis-[type]"`)
 		return
 	}
 	yamlString := string(file)

--
Gitblit v1.8.0