Fix log message

master
Robert Gerus 2015-12-23 08:05:20 +01:00
parent 29cdd169f6
commit 29f6f6aed1
1 changed files with 1 additions and 1 deletions

View File

@ -115,6 +115,6 @@ func seenInit() {
}
func init() {
log.Println("Defering \"papiez\" initialization")
log.Println("Defering \"seen\" initialization")
addInit(seenInit)
}