Commit bebfe4cc authored by Chunchi Che's avatar Chunchi Che

update small

parent 86e9f109
......@@ -120,7 +120,7 @@ func Transform(src []byte, tranformType int) ([]byte, error) {
Msg: &msg,
}
default:
return nil, errors.New("Unhandled YgoStocMsg type")
return nil, errors.New(fmt.Sprintf("Unhandled YgoStocMsg type, proto=%d", packet.Proto))
}
return proto.Marshal(&pb)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment