From daca90db955d3cc1342ecc6dc3dea205aa50a1ac Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 30 Apr 2014 17:37:00 +0800 Subject: [PATCH] disable verbose log for av --- trunk/src/rtmp/srs_protocol_rtmp_stack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;