Skip to content

Commit

Permalink
Add more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Mar 22, 2021
1 parent 0199891 commit 5d752b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/osc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func TestServerMessageReceiving(t *testing.T) {

packet, err := server.ReceivePacket(c)
if err != nil {
t.Error("Server error")
t.Errorf("server error: %v", err)
return
}
if packet == nil {
Expand Down

0 comments on commit 5d752b6

Please sign in to comment.