diff --git a/src/r_qtmp4.cpp b/src/r_qtmp4.cpp index 9af0d1850..51733f89d 100644 --- a/src/r_qtmp4.cpp +++ b/src/r_qtmp4.cpp @@ -57,7 +57,7 @@ int qtmp4_reader_c::probe_file(mm_io_c *in, int64_t size) { atom_size = in->read_uint64_be(); atom = in->read_uint32_be(); - mxverb(2, PFX "Atom: '%c%c%c%c'; size: %llu\n", BE2STR(atom), atom_size); + mxverb(3, PFX "Atom: '%c%c%c%c'; size: %llu\n", BE2STR(atom), atom_size); if ((atom == FOURCC('m', 'o', 'o', 'v')) || (atom == FOURCC('f', 't', 'y', 'p')))