status-go/utils/utils.go

8 lines
106 B
Go
Raw Permalink Normal View History

package utils
import "github.com/ethereum/go-ethereum/log"
func LogOnPanic() {
log.Info("<<< panic")
}