diff options
Diffstat (limited to 'src/h__02_Reader.cpp')
| -rw-r--r-- | src/h__02_Reader.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/h__02_Reader.cpp b/src/h__02_Reader.cpp index b67f9c8..1d5feb2 100644 --- a/src/h__02_Reader.cpp +++ b/src/h__02_Reader.cpp @@ -93,7 +93,8 @@ AS_02::MXF::AS02IndexReader::InitFromFile(const Kumu::FileReader& reader, const } else if ( i->BodySID != first_body_sid ) { - DefaultLogSink().Error("RIP contains multipls BodySID identities.\n"); + DefaultLogSink().Debug("The index assembler is ignoring BodySID %d.\n", i->BodySID); + continue; } reader.Seek(i->ByteOffset); |
