diff options
Diffstat (limited to 'src/AS_DCP_DCData.cpp')
| -rw-r--r-- | src/AS_DCP_DCData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_DCP_DCData.cpp b/src/AS_DCP_DCData.cpp index ef4d6d4..208e852 100644 --- a/src/AS_DCP_DCData.cpp +++ b/src/AS_DCP_DCData.cpp @@ -150,7 +150,7 @@ ASDCP::DCData::MXFReader::h__Reader::OpenRead(const std::string& filename) if ( KM_FAILURE(result) ) { - DefaultLogSink().Error("DCDataDescriptor object not found.\n"); + DefaultLogSink().Error("DCDataDescriptor object not found in ST 429-14 file.\n"); result = RESULT_FORMAT; } } |
