YOU MUST CONSTRUCT MOAR MP4 DEBUG DATA
This commit is contained in:
parent
cf12baedb5
commit
22ac5bc2a4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue