Skip to content

Commit 1162f2f

Browse files
committed
Fix log message
1 parent 47b85ca commit 1162f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/vision/visionReceiver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func (v *Receiver) consumeData(data []byte) {
4444

4545
wrapper := SSL_WrapperPacket{}
4646
if err := proto.Unmarshal(data, &wrapper); err != nil {
47-
log.Println("Could not unmarshal referee message")
47+
log.Println("Could not unmarshal vision wrapper packet", err)
4848
return
4949
}
5050

0 commit comments

Comments
 (0)