mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
revert
This commit is contained in:
parent
9374c1afc2
commit
90d75edebb
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ func LevelString(l slog.Level) string {
|
|||
case slog.LevelWarn:
|
||||
return "warn"
|
||||
case slog.LevelError:
|
||||
return "error"
|
||||
return "eror"
|
||||
case LevelCrit:
|
||||
return "crit"
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue