mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-07 07:28:40 +00:00
log: fix typo in comment (#26569)
This commit is contained in:
parent
df52967ff6
commit
fd4230f695
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ func (l Lvl) AlignedString() string {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Strings returns the name of a Lvl.
|
// String returns the name of a Lvl.
|
||||||
func (l Lvl) String() string {
|
func (l Lvl) String() string {
|
||||||
switch l {
|
switch l {
|
||||||
case LvlTrace:
|
case LvlTrace:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue