Explorar o código

Made the logging of an RTP packet be verbose

Staz M %!s(int64=4) %!d(string=hai) anos
pai
achega
11ec8f7247
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/rtc/rtp.hpp

+ 1 - 1
include/rtc/rtp.hpp

@@ -80,7 +80,7 @@ public:
 	void setTimestamp(uint32_t i) { _timestamp = htonl(i); }
 
 	void log() {
-		PLOG_DEBUG  << "RTP V: " << (int) version()
+		PLOG_VERBOSE  << "RTP V: " << (int) version()
 		            << " P: " << (padding() ? "P" : " ")
 		            << " X: " << (extension() ? "X" : " ")
 		            << " CC: "  << (int) csrcCount()