mirror of https://bitbucket.org/ausocean/av.git
Log packetType when sending.
This commit is contained in:
parent
705fedc532
commit
9b14883bd3
|
@ -1433,7 +1433,7 @@ func C_RTMP_SendPacket(r *C_RTMP, packet *C_RTMPPacket, queue int) error {
|
|||
|
||||
if debugMode {
|
||||
if r.Link.conn != nil {
|
||||
log.Printf("C_RTMP_SendPacket: %v->%v, size=%v", r.Link.conn.LocalAddr(), r.Link.conn.RemoteAddr(), nSize)
|
||||
log.Printf("C_RTMP_SendPacket: %v->%v, size=%v, type=%v", r.Link.conn.LocalAddr(), r.Link.conn.RemoteAddr(), nSize, packet.m_packetType)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue