mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 00:39:26 +00:00
ethdb/pebble: luv you linter
This commit is contained in:
parent
22dcb7a77b
commit
966e50bddb
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ func (d *Database) onWriteStallEnd() {
|
||||||
|
|
||||||
// panicLogger is just a noop logger to disable Pebble's internal logger.
|
// panicLogger is just a noop logger to disable Pebble's internal logger.
|
||||||
//
|
//
|
||||||
// TODO(karalabe): Remove when Pebble sets this as teh default.
|
// TODO(karalabe): Remove when Pebble sets this as the default.
|
||||||
type panicLogger struct{}
|
type panicLogger struct{}
|
||||||
|
|
||||||
func (l panicLogger) Infof(format string, args ...interface{}) {
|
func (l panicLogger) Infof(format string, args ...interface{}) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue