all: blidly swap out glog to our log15, logs need rework
This commit is contained in:
@ -16,11 +16,7 @@
|
||||
|
||||
package errs
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/ethereum/go-ethereum/logger/glog"
|
||||
)
|
||||
import "fmt"
|
||||
|
||||
/*
|
||||
Errors implements an error handler providing standardised errors for a package.
|
||||
@ -80,9 +76,3 @@ func (self Error) Error() (message string) {
|
||||
}
|
||||
return self.message
|
||||
}
|
||||
|
||||
func (self Error) Log(v glog.Verbose) {
|
||||
if v {
|
||||
v.Infoln(self)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user