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