diff --git a/trunk/src/rtmp/srs_protocol_rtmp_stack.cpp b/trunk/src/rtmp/srs_protocol_rtmp_stack.cpp index 779971df9..8ce9931f9 100644 --- a/trunk/src/rtmp/srs_protocol_rtmp_stack.cpp +++ b/trunk/src/rtmp/srs_protocol_rtmp_stack.cpp @@ -405,7 +405,9 @@ int SrsProtocol::recv_message(SrsMessage** pmsg) return ret; } - srs_verbose("get a msg with raw/undecoded payload"); + srs_verbose("got a msg, cid=%d, type=%d, size=%d, time=%"PRId64, + msg->header.perfer_cid, msg->header.message_type, msg->header.payload_length, + msg->header.timestamp); *pmsg = msg; break; }