Minor fix
This commit is contained in:
parent
990a47d0fc
commit
a5b3404d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ type Message struct {
|
|||
}
|
||||
|
||||
func (m *Message) String() string {
|
||||
return fmt.Sprintf("{ Message Header=%s, Payload=\n%s\n }", m.Header, hex.Dump(m.Payload))
|
||||
return fmt.Sprintf("{ Message Header=%s, Payload=\n%s\n }", m.Header.String(), hex.Dump(m.Payload))
|
||||
}
|
||||
|
||||
// StreamHeader is a live preview message header
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue