From 203ae58ace6f8ff2acddb15f299d0f6dc82ff7f8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 23 Jul 2022 22:28:05 +0200 Subject: [PATCH] Even more logging when reading DCPs. --- src/lib/dcp_content.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index 28d3e3319..62b74be90 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -207,7 +207,7 @@ DCPContent::read_sub_directory (boost::filesystem::path p) LOG_GENERAL ("Inside there's directory %1", i.path().string()); read_sub_directory (i.path()); } else { - LOG_GENERAL("Ignoring %1 from inside", i.path().string()); + LOG_GENERAL("Ignoring %1 from inside: status is %2", i.path().string(), static_cast(boost::filesystem::status(i.path()).type())); } } } -- 2.30.2