From 22ac5bc2a4aa66d0064ae6e881d1146b8771f409 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Fri, 2 Jun 2017 16:55:17 +0200 Subject: [PATCH] YOU MUST CONSTRUCT MOAR MP4 DEBUG DATA --- src/output/output_progressive_mp4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/output_progressive_mp4.cpp b/src/output/output_progressive_mp4.cpp index c2a2efe1..516c16f9 100644 --- a/src/output/output_progressive_mp4.cpp +++ b/src/output/output_progressive_mp4.cpp @@ -897,7 +897,7 @@ namespace Mist { myConn.close(); } } else { - WARN_MSG("Did not receive expected %lu:%llu but got %ld:%llu - throwing it away", sortSet.begin()->trackID, sortSet.begin()->time, thisPacket.getTrackId(), thisPacket.getTime()); + WARN_MSG("Did not receive expected %lu:%llu (%lub) but got %ld:%llu (%lub) - throwing it away", sortSet.begin()->trackID, sortSet.begin()->time, sortSet.begin()->size, thisPacket.getTrackId(), thisPacket.getTime(), len); } return; }