Skip to content

Commit 869a8b5

Browse files
author
myxy99
committed
normalizeMessage
1 parent 379c9cb commit 869a8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xlog/log.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func (logger *Logger) Debugf(template string, args ...interface{}) {
143143
}
144144

145145
func normalizeMessage(msg string) string {
146-
return fmt.Sprintf("%-16s", msg)
146+
return fmt.Sprintf("%-32s", msg)
147147
}
148148

149149
// Info ...

0 commit comments

Comments
 (0)