mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
don't stack-overflow
This commit is contained in:
parent
eb04be1635
commit
e411480a43
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ func SetDefault(l Logger) {
|
|||
|
||||
// Root returns the root logger
|
||||
func Root() Logger {
|
||||
return Root()
|
||||
return root
|
||||
}
|
||||
|
||||
// The following functions bypass the exported logger methods (logger.Debug,
|
||||
|
|
|
|||
Loading…
Reference in a new issue