YOU MUST CONSTRUCT MOAR MP4 DEBUG DATA

This commit is contained in:
Thulinma 2017-06-02 16:55:17 +02:00
parent cf12baedb5
commit 22ac5bc2a4

View file

@ -897,7 +897,7 @@ namespace Mist {
myConn.close(); myConn.close();
} }
} else { } 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; return;
} }