X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_content.cc;h=28d3e33193db0a1b35a6af33ddf8072da706a463;hp=2e89adff0421d43228afa5698557fb1327a425d7;hb=7e01167b11002815ae171a52c1896cb10e015398;hpb=e748b419aa411ec8ccc18fe0286145e6fee05702 diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index 2e89adff0..28d3e3319 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -206,6 +206,8 @@ DCPContent::read_sub_directory (boost::filesystem::path p) } else if (boost::filesystem::is_directory(i.path()) && i.path().filename() != ".AppleDouble") { 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()); } } }