Skip to content

Commit

Permalink
fix message in string composer
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish committed Jul 1, 2017
1 parent cb90c78 commit c2a2d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/fields.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (m *fieldMessage) String() string {
}

for k, v := range m.fields {
if k == "msg" && v == m.message {
if k == FieldsMsgName && v == m.message {
continue
}
if k == "time" {
Expand Down

0 comments on commit c2a2d9c

Please sign in to comment.