added whitspace to the default extras separator
This commit is contained in:
parent
cb89138842
commit
980a00b4e0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ var timediffFormat = "[" + PLACEHOLDER_TIMEDIFF + "]"
|
|||
var extrasFormat = "(" + PLACEHOLDER_EXTRAS + ")"
|
||||
|
||||
// current extras separator (defaults to: "|")
|
||||
var extrasSeparator = "|"
|
||||
var extrasSeparator = " | "
|
||||
|
||||
// get current log format
|
||||
func GetLogFormat() string {
|
||||
|
|
Loading…
Reference in a new issue