Răsfoiți Sursa

Fix error message

Michał Śledź 1 lună în urmă
părinte
comite
991b82ddeb
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  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