From 7d56d68d14656b4b1acb5efc6e5a7de4af0aabbc Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 25 Aug 2017 11:11:49 -0400 Subject: [PATCH] add logging --- contrib/backends/srndv2/src/srnd/templates.go | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/backends/srndv2/src/srnd/templates.go b/contrib/backends/srndv2/src/srnd/templates.go index 99ccb67..8357f05 100644 --- a/contrib/backends/srndv2/src/srnd/templates.go +++ b/contrib/backends/srndv2/src/srnd/templates.go @@ -417,6 +417,7 @@ func (self *templateEngine) genGraphs(prefix string, wr io.Writer, db Database) var all_posts postsGraph // this may take a bit + log.Println("getting monthly post history...") posts := db.GetMonthlyPostHistory() if posts == nil {