mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
chore: restore msg
This commit is contained in:
parent
ebc8f21aa3
commit
43327b759b
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ type TerminalHandler struct {
|
||||||
//
|
//
|
||||||
// Example:
|
// Example:
|
||||||
//
|
//
|
||||||
// [DEBUG] [May 16 20:58:45] remove route ns=haproxy addr=127.0.0.1:50002
|
// [DBUG] [May 16 20:58:45] remove route ns=haproxy addr=127.0.0.1:50002
|
||||||
func NewTerminalHandler(wr io.Writer, useColor bool) *TerminalHandler {
|
func NewTerminalHandler(wr io.Writer, useColor bool) *TerminalHandler {
|
||||||
return NewTerminalHandlerWithLevel(wr, levelMaxVerbosity, useColor)
|
return NewTerminalHandlerWithLevel(wr, levelMaxVerbosity, useColor)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue