From c83a8bc7e967597aaceab3e2a94e5f158e1dbcd5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Dec 2019 10:10:31 +0100 Subject: Tweak error message. --- src/dcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dcp.cc b/src/dcp.cc index c5ad21c4..adb33320 100644 --- a/src/dcp.cc +++ b/src/dcp.cc @@ -119,7 +119,7 @@ DCP::read (bool keep_going, ReadErrors* errors, bool ignore_incorrect_picture_mx } else if (boost::filesystem::exists (_directory / "ASSETMAP.xml")) { asset_map_file = _directory / "ASSETMAP.xml"; } else { - boost::throw_exception (DCPReadError (String::compose ("could not find AssetMap file in `%1'", _directory.string()))); + boost::throw_exception (DCPReadError (String::compose ("could not find ASSETMAP nor ASSETMAP.xml in `%1'", _directory.string()))); } cxml::Document asset_map ("AssetMap"); -- cgit v1.2.3