We might need to call Fatalf to invoke the formatter.
This commit is contained in:
parent
1923ad6acb
commit
1102602ed7
|
@ -105,7 +105,7 @@ func init() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Print("Something bad happened")
|
log.Print("Something bad happened")
|
||||||
//debug.PrintStack()
|
//debug.PrintStack()
|
||||||
log.Fatal(err)
|
log.Fatalf(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue