Skip to content

Commit

Permalink
Update intlogger.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Hooker <mwhooker@gmail.com>
  • Loading branch information
evanphx and mwhooker authored Feb 15, 2021
1 parent c78d897 commit 9839ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intlogger.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func (l *intLogger) logPlain(t time.Time, name string, level Level, msg string,
case string:
val = st
if st == "" {
val = "\"\""
val = `""`
}
case int:
val = strconv.FormatInt(int64(st), 10)
Expand Down

0 comments on commit 9839ac6

Please sign in to comment.