Don't truncate process log; more consistent output

This commit is contained in:
Matthew Holt
2015-11-05 17:01:08 -07:00
parent 2fb4810cdb
commit bcea5182c6
14 changed files with 23 additions and 24 deletions

View File

@ -92,7 +92,7 @@ func (l *linkGen) generateLinks(md Markdown, cfg *Config) bool {
l.Unlock()
return false
} else if err != nil {
log.Println("Hash error (markdown):", err)
log.Printf("[ERROR] markdown: Hash error: %v", err)
}
cfg.Links = []PageLink{}