Don't forget the other argument.

This commit is contained in:
Azareal 2018-08-29 13:09:01 +10:00
parent 1102602ed7
commit c0d27ba4f2
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.Fatalf(err)
log.Fatalf("%+v\n", err)
}
}