diff --git a/src/io.cpp b/src/io.cpp index d692c230..aa83a690 100644 --- a/src/io.cpp +++ b/src/io.cpp @@ -469,6 +469,9 @@ namespace Mist { HIGH_MSG("Wrong order on track %lu ignored: %lu < %lu", tid, packet.getTime(), myMeta.tracks[tid].lastms); return; } + if (packet.getTime() > myMeta.tracks[tid].lastms + 30000 && myMeta.tracks[tid].lastms){ + WARN_MSG("Sudden jump in timestamp from %" PRIu64 " to %" PRIu64, myMeta.tracks[tid].lastms, packet.getTime()); + } } //Determine if we need to open the next page