diff --git a/trunk/src/rtmp/srs_protocol_rtmp_stack.cpp b/trunk/src/rtmp/srs_protocol_rtmp_stack.cpp index 949eee877..0703e9395 100644 --- a/trunk/src/rtmp/srs_protocol_rtmp_stack.cpp +++ b/trunk/src/rtmp/srs_protocol_rtmp_stack.cpp @@ -404,7 +404,7 @@ int SrsProtocol::recv_message(SrsMessage** pmsg) return ret; } - srs_warn("got a msg, cid=%d, type=%d, size=%d, time=%"PRId64, + 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;