add logging
This commit is contained in:
parent
5be6c9f7e8
commit
bd67be0280
@ -421,6 +421,7 @@ func (self *templateEngine) genGraphs(prefix string, wr io.Writer, db Database)
|
|||||||
|
|
||||||
if posts == nil {
|
if posts == nil {
|
||||||
// wtf?
|
// wtf?
|
||||||
|
log.Println("no monthly posts gotten wtfug yo?")
|
||||||
} else {
|
} else {
|
||||||
for _, entry := range posts {
|
for _, entry := range posts {
|
||||||
all_posts = append(all_posts, postsGraphRow{
|
all_posts = append(all_posts, postsGraphRow{
|
||||||
|
Reference in New Issue
Block a user