Archived
1
0

add logging

This commit is contained in:
Jeff Becker
2017-08-25 11:11:49 -04:00
parent 7524db96fe
commit 7d56d68d14

View File

@@ -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 {