add logging
This commit is contained in:
parent
7524db96fe
commit
7d56d68d14
@ -417,6 +417,7 @@ func (self *templateEngine) genGraphs(prefix string, wr io.Writer, db Database)
|
|||||||
|
|
||||||
var all_posts postsGraph
|
var all_posts postsGraph
|
||||||
// this may take a bit
|
// this may take a bit
|
||||||
|
log.Println("getting monthly post history...")
|
||||||
posts := db.GetMonthlyPostHistory()
|
posts := db.GetMonthlyPostHistory()
|
||||||
|
|
||||||
if posts == nil {
|
if posts == nil {
|
||||||
|
Reference in New Issue
Block a user