2
0
Michał Śledź 5 өдөр өмнө
parent
commit
991b82ddeb
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      test/track.cpp

+ 1 - 2
test/track.cpp

@@ -182,8 +182,7 @@ void test_track() {
 
 	if (receivedRtpRaw.size() != rtpRaw.size() ||
 	    memcmp(receivedRtpRaw.data(), rtpRaw.data(), rtpRaw.size()) != 0) {
-		throw runtime_error(
-		    "Received RTP packet is different than the packet that was sent memcmp");
+		throw runtime_error("Received RTP packet is different than the packet that was sent");
 	}
 
 	// Delay close of peer 2 to check closing works properly