We might need to call Fatalf to invoke the formatter.

This commit is contained in:
Azareal 2018-08-29 12:59:32 +10:00
parent 1923ad6acb
commit 1102602ed7
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func init() {
if err != nil {
log.Print("Something bad happened")
//debug.PrintStack()
log.Fatal(err)
log.Fatalf(err)
}
}