Browse Source

in progress

0x4a52466c696e74 1 year ago
parent
commit
8d4c2b7289
1 changed files with 1 additions and 0 deletions
  1. 1 0
      protocol_json.go

+ 1 - 0
protocol_json.go

@@ -46,6 +46,7 @@ func (s *ProtocolJSON) receive() {
 			var m json.Map
 			if err := json.Unmarshal(data, &m); err != nil {
 				log.Println("Protocol JSON parse error:", err)
+				log.Println(string(data))
 				return
 			}
 			select {