diff --git a/lib/mp4.cpp b/lib/mp4.cpp index 76e2e499..e2d6347e 100644 --- a/lib/mp4.cpp +++ b/lib/mp4.cpp @@ -105,7 +105,7 @@ namespace MP4 { } else if (size == 0) { fseek(newData, 0, SEEK_END); } - DEBUG_MSG(DLVL_DEVEL, "skipping size 0x%.8lX", size); + DONTEVEN_MSG("skipping size 0x%.8lX", size); if (fseek(newData, pos + size, SEEK_SET) == 0) { return true; } else {