Skip to content

Commit

Permalink
[tlogger_error] long string
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Sep 16, 2021
1 parent a29fd60 commit d78a3a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/grpctest/tlogger.go
Expand Up @@ -46,11 +46,11 @@ func (l logType) String() string {
case infoLog:
return "INFO"
case warningLog:
return "WARN"
return "WARNING"
case errorLog:
return "ERRO"
return "ERROR"
case fatalLog:
return "FATA"
return "FATAL"
}
return "UNKNOWN"
}
Expand Down

0 comments on commit d78a3a2

Please sign in to comment.