From 14317c195295b5bdb0a74c141c298e1949987da8 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 8 Jan 2020 17:27:19 +0800 Subject: [PATCH] debug --- obj.go | 1 - rules.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/obj.go b/obj.go index 4040b83..9fa4332 100644 --- a/obj.go +++ b/obj.go @@ -442,7 +442,6 @@ func loadObjCastle() error { c.Name = name cacheObjCastle.Store(logo, *c) cacheObjCastle.Store(name, *c) - fmt.Printf("loadObjCastle : caching %s.\n", c.Name) } return nil diff --git a/rules.go b/rules.go index 0981b9d..f7fd2e3 100644 --- a/rules.go +++ b/rules.go @@ -69,7 +69,7 @@ func resetMsgParsingRules() error { } - log.Printf("%d rules loaded.\n", count) + log.Printf("%d rules inserted.\n", count) return nil