Commit ca167ce
committed
FAB-5331 Fix formatting of channel name
Historically, gossip keeps the channel name in messages
[]byte instead of in *string*s.
There is a String() method that formats complex messages
It would be beneficial to print instead a string,
for usability of log parsing.
Change-Id: I71351fa324d6e1ca583588dab089a9e887996f7f
Signed-off-by: yacovm <yacovm@il.ibm.com>1 parent d9c3202 commit ca167ce
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
538 | | - | |
| 538 | + | |
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
| |||
0 commit comments