Don't forget the other argument.
This commit is contained in:
parent
1102602ed7
commit
c0d27ba4f2
|
@ -105,7 +105,7 @@ func init() {
|
|||
if err != nil {
|
||||
log.Print("Something bad happened")
|
||||
//debug.PrintStack()
|
||||
log.Fatalf(err)
|
||||
log.Fatalf("%+v\n", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue