1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 12:05:23 +02:00

Boot process logger message consistency and improvements

This commit is contained in:
Harvey Kandola 2018-09-14 13:00:58 +01:00
parent 2336dab69f
commit 4c733ce581
4 changed files with 12 additions and 8 deletions

View file

@ -47,5 +47,5 @@ func Register(rt *env.Runtime, s *domain.Store) {
provider.Register("flowchart", &flowchart.Provider{Runtime: rt, Store: s})
p := provider.List()
rt.Log.Info(fmt.Sprintf("Registered %d sections", len(p)))
rt.Log.Info(fmt.Sprintf("Extensions: registered %d section types", len(p)))
}