Commit dc053a4
chore(log): bad sprintf syntax (#3632)
There is no Stringer on the channel struct, so using %s causes an error.
Using %v to print the default representation instead.
Co-authored-by: Nedyalko Dyakov <[email protected]>1 parent 981f5db commit dc053a4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
737 | | - | |
| 737 | + | |
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
791 | | - | |
| 791 | + | |
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
| |||
0 commit comments